[v3] traits duplicate removal

Benjamin Kosnik bkoz@redhat.com
Thu Sep 21 09:39:00 GMT 2006


> 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



More information about the Libstdc++ mailing list