Boost logo

Boost :

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-21 11:32:02


Le 21/08/11 16:56, Edward Diener a écrit :
> On 8/21/2011 5:26 AM, Vicente J. Botet Escriba wrote:
>> Hi,
>>
>> The following file fails to compile under clang 2.9 c++0x
>>
>>
>> //#include <type_traits>
>>
>> BTW, I have tried to use directly the type_traits standard file and my
>> build configuration is unable to find it.
>>
>> enum_class/is_enum_pass.cpp:9:10: fatal error: 'type_traits' file not
>> found
>> #include <type_traits>
>
> Normally this is:
>
> #include <boost/type_traits.hpp>
>
>
I was talking of the C++ standard file :)

Berst,
Vicente


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk