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
Benjamin Kosnik wrote:
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.
Hi Benjamin, all,
taking into account both your and Matt messages (his "snag", in
particular) seems
still a nice idea completing the project that I started before my
vacations (as a side
effect of moving from function templates overloads to class templates
partial
specializations): changing all the library to use *only*
cpp_type_traits.h. Now that
stl_algobase.h is done, the rest of the project is just a matter of few
hours of work.
I can post a patch next week.
Paolo.