removed requirement for _MSC_EXTENSIONS with msvc

[SVN r22504]
This commit is contained in:
John Maddock
2004-03-16 17:35:07 +00:00
parent f057481147
commit b1fcec8967

View File

@ -81,7 +81,7 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
//
// Only include what follows for known and supported compilers:
//
#if (defined(BOOST_MSVC) && defined(_MSC_EXTENSIONS)) \
#if defined(BOOST_MSVC) \
|| defined(__BORLANDC__) \
|| (defined(__MWERKS__) && defined(_WIN32) && (__MWERKS__ >= 0x3000)) \
|| (defined(__ICL) && defined(_MSC_EXTENSIONS) && (_MSC_VER >= 1200))