Fixes for new macro.

[SVN r36780]
This commit is contained in:
John Maddock
2007-01-25 11:08:37 +00:00
parent 9763463b96
commit 79994e01c5

View File

@ -125,6 +125,7 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
# define BOOST_HAS_MS_INT64 # define BOOST_HAS_MS_INT64
# endif # endif
# define BOOST_NO_SWPRINTF # define BOOST_NO_SWPRINTF
# define BOOST_NO_TWO_PHASE_NAME_LOOKUP
#elif defined(_WIN32) #elif defined(_WIN32)
# define BOOST_DISABLE_WIN32 # define BOOST_DISABLE_WIN32
#endif #endif
@ -144,7 +145,7 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
#endif #endif
// //
// last known and checked version: // last known and checked version:
#if (BOOST_INTEL_CXX_VERSION > 910) #if (BOOST_INTEL_CXX_VERSION > 1000)
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results" # error "Unknown compiler version - please run the configure tests and report the results"
# elif defined(_MSC_VER) # elif defined(_MSC_VER)
@ -156,3 +157,4 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};