Go to the documentation of this file. 1 #ifndef TRAITS_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM 2 #define TRAITS_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM 4 #if defined(_MSC_VER) || (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 22 #if defined(_MSC_VER) && (_MSC_VER < 1310) 24 template <>
struct is_numeric <unsigned __int64> {
enum {
value =
true }; };
33 template <
bool,
class T =
void>
41 template <
class Cond,
class T =
void>
44 template <
bool,
class T =
void>
52 template <
class Cond,
class T =
void>
56 #endif // TRAITS_H_62B23520_7C8E_11DE_8A39_0800200C9A66_PM