
21 Aug
2011
21 Aug
'11
3:32 p.m.
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