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: [Patch] Start using the front-end traits in the library



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


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