This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Patch for stl_tree.h and cpp_type_traits.h.
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Dhruv Matani <dhruvbird at gmx dot net>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: 17 Feb 2004 16:04:33 +0100
- Subject: Re: Patch for stl_tree.h and cpp_type_traits.h.
- Organization: Integrable Solutions
- References: <1077024657.2351.20.camel@localhost.localdomain>
Dhruv Matani <dhruvbird@gmx.net> writes:
| This patch basically applies the same things to the rb_tree as the other
| container + one more thing which is to detect whether the comparison
| function is actually a function or an optimizable struct/class which can
| be derived from, and does accordingly. Also, the __is_pod struct has
| been changed. I have however (without telling anyone!) introduced a new
| namespace, which might not always be a welcome change. It's called
| __gnu_type_traits, because I could not find another way out! The
Anything that is private to our implementations is now being put in
__gnu_internal, IIRC.
-- Gaby