This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Start using the front-end traits in the library
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 03 Apr 2007 11:02:14 +0200
- Subject: Re: [Patch] Start using the front-end traits in the library
- References: <46115141.7080508@suse.de>
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