$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_traits] is_enum on scoped enums doesn't works as expected
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2011-08-25 12:36:52
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