forked from boostorg/config
Update for Intel-10.1.
[SVN r42677]
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// (C) Copyright John Maddock 2001-7.
|
// (C) Copyright John Maddock 2001-8.
|
||||||
// (C) Copyright Peter Dimov 2001.
|
// (C) Copyright Peter Dimov 2001.
|
||||||
// (C) Copyright Jens Maurer 2001.
|
// (C) Copyright Jens Maurer 2001.
|
||||||
// (C) Copyright David Abrahams 2002 - 2003.
|
// (C) Copyright David Abrahams 2002 - 2003.
|
||||||
@@ -148,16 +148,15 @@ 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 > 1000)
|
#if (BOOST_INTEL_CXX_VERSION > 1010)
|
||||||
# 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)
|
||||||
# pragma message("Unknown compiler version - please run the configure tests and report the results")
|
//
|
||||||
|
// We don't emit this warning any more, since we have so few
|
||||||
|
// defect macros set anyway (just the one).
|
||||||
|
//
|
||||||
|
//# pragma message("Unknown compiler version - please run the configure tests and report the results")
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user