Fix up type_traits intrinsic support when using the Intel compiler.

Suppress quite a few Intel-12.0 warnings.

[SVN r70221]
This commit is contained in:
John Maddock
2011-03-20 12:18:59 +00:00
parent 101aaca178
commit 8a0e258984

View File

@ -135,7 +135,7 @@ template<> struct assert_intrinsic_wchar_t<wchar_t> {};
template<> struct assert_intrinsic_wchar_t<unsigned short> {};
#endif
#if _MSC_VER+0 >= 1000
#if defined(_MSC_VER) && (_MSC_VER+0 >= 1000)
# if _MSC_VER >= 1200
# define BOOST_HAS_MS_INT64
# endif