forked from boostorg/config
removed requirement for _MSC_EXTENSIONS with msvc
[SVN r22504]
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user