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] Split-out __numeric_traits from ext/type_traits.h


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.


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