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: [libstdc++ patch] TR1 reference_wrapper invocation, base classes


On Mon, 28 Feb 2005 16:54:54 +0100, Paolo Carlini <pcarlini@suse.de> wrote:
> One very minor comment: maybe we should add, as an extension,
> __enable_if to the tr1/type_traits header? I gather that you are
> currently forced to include cpp_type_traits.h only for enable_if and
> adding it to tr1/type_traits would bring us one step closer to the
> single "type_traits" header, that we want long term...

I think this is a good idea. The only part of  cpp_type_traits.h I've
needed is __enable_if.

  Doug


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