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


> Note that the warning is *not* suppressed by the pragma system headers, 
> I'm afraid we have to factor out the numeric_traits class...

Bummer.

Maybe just do

namespace __numeric_traits
{
	// stuff
}

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

?

-benjamin


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