[Patch] Start using the front-end traits in the library

Benjamin Kosnik bkoz@redhat.com
Tue Apr 3 09:02:00 GMT 2007


> these are the first bits (besided those parts of the big C++ patch), 
> using the traits for the implementation of the C++03 library. Actually, 
> only __is_pod and __has_trivial_destructor are exploited, among the most 
> straightforward.

This is so cool: great work.

At first, I thought we could use these to get rid of __is_scalar in 
bits/cpp_type_traits.h. But, probably not. Oh well.

best,
-benjamin



More information about the Libstdc++ mailing list