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: stl_vector.h and vector.tcc


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


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