
25 Aug
2011
25 Aug
'11
4:36 p.m.
Le 25/08/11 13:45, Michel MORIN a écrit :
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)
Thanks, this explains why it is not working now. Is someone working on this issue? Best, Vicente