This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Patch: stl_vector.h and vector.tcc
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Dhruv Matani <dhruvbird at gmx dot net>
- Cc: libstdc++ at gcc dot gnu dot org, pcarlini at suse dot de
- Date: Fri, 30 Jul 2004 16:45:34 -0500
- Subject: Re: Patch: stl_vector.h and vector.tcc
- Organization: Red Hat / Chicago
- References: <1089638663.3669.40.camel@localhost.localdomain>
Hi Dhruv! Sorry for the delay.
>The file stl_type_traits.h needs to be copied to the include/bits folder
>for the correct operation of this patch.
Ack! Not another one! We've already got two!
I think this might be an interesting place to start with this patch.
I think it makes more sense to make include/tr1/type_traits,
tr1/type_compare, tr1/type_transform. These includes would be modeled on
the proposed files in TR1. Also remove all the various other traits
bits we have now: bits/type_traits.h, bits/cpp_type_traits.h.
Matt can point you at the spec, but I think the most recent version of
this should be in N1518.
-benjamin