Subject: Re: [boost] [type_traits] Plans to add C++11 type traits?
From: John Wiegley (johnw_at_[hidden])
Date: 2011-04-17 23:22:20


Beman Dawes <bdawes_at_[hidden]> writes:

> Now that C++11 (formerly C++0x) is done, are there any plans to add
> the type traits to Boost that we don't already have?

Just as a side note, in about a week BoostPro will be pushing up an
intrinsics-level implementation of most of these type traits into Clang, which
should make it trivial to implement them for that compiler.

John