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] | |
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.
2007-04-05 Paolo Carlini <pcarlini@suse.de>
* include/ext/type_traits.h (__numeric_traits): Move... * include/ext/numeric_limits.h: ... here, as __numeric_limits.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |