This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Split-out __numeric_traits from ext/type_traits.h
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Fri, 06 Apr 2007 15:20:27 +0200
- Subject: Re: [Patch] Split-out __numeric_traits from ext/type_traits.h
- References: <46150288.3060706@suse.de> <4615FDF0.6020605@redhat.com>
Benjamin Kosnik wrote:
I'd like to do this change, which avoids including all the stuff
currently in ext/type_traits.h (+ <limits>) where only the older bits
are needed (e.g., __enable_if, __add_unsigned): that means most of
the headers, a couple of places in pb_ds and tr1/random excluded. The
size of preprocessed <cmath>, for example, is cut almost to half.
I see why you'd do the split, but my preference is to keep it as
ext/numeric_traits and __numeric_traits instead of the name change.
No problem at all. I should have asked explicitely...
Thanks,
Paolo.