
25 Aug
2011
25 Aug
'11
11:45 a.m.
Vicente Botet wrote:
I will add whatever is needed for the library selection when compiling in C++0x mode and see how boost::is_enum behaves to try to understand why boost::is_enum is not working, as is not using the std::is_enum, but IIRC an intrinsic.
Boost.TypeTraits does not use intrinsics for clang yet. (c.f. https://svn.boost.org/trac/boost/changeset/72725) Regards, Michel