This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] traits duplicate removal


Paolo Carlini wrote:

Maybe just do

namespace __numeric_traits
{
    // stuff
}

or just kill class __numeric_traits entirely and put them into __gnu_cxx as constants?

You choose, really... Thanks, anyway.

Well, we could even have two specializations of the class, selected via __enable_if itself for integer and float types...


Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]