
16 Jan
2015
16 Jan
'15
6:08 p.m.
3) Current MPL inter-operability is fragile see https://github.com/boostorg/type_traits/blob/Version2/include/boost/type_tra...
Well not only the interoperability, but the functionality. As `integral_constant` is currently defined, this won't compile on C++11 or C++14: static_assert(boost::is_integral<int>(), "Not integral"); Which it does compile currently with boost type traits. I can try and send a pull request for this if you like. Paul -- View this message in context: http://boost.2283326.n4.nabble.com/type-traits-Rewrite-and-dependency-free-v... Sent from the Boost - Dev mailing list archive at Nabble.com.