mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Revert "Config: Remove obsolete MSVC version check"
This reverts commit 9334a55617
.
This commit is contained in:
@@ -92,7 +92,7 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
|
|||||||
#if defined(BOOST_MSVC) \
|
#if defined(BOOST_MSVC) \
|
||||||
|| defined(__BORLANDC__) \
|
|| defined(__BORLANDC__) \
|
||||||
|| (defined(__MWERKS__) && defined(_WIN32) && (__MWERKS__ >= 0x3000)) \
|
|| (defined(__MWERKS__) && defined(_WIN32) && (__MWERKS__ >= 0x3000)) \
|
||||||
|| (defined(__ICL) && defined(_MSC_EXTENSIONS))
|
|| (defined(__ICL) && defined(_MSC_EXTENSIONS) && (_MSC_VER >= 1200))
|
||||||
|
|
||||||
#ifndef BOOST_VERSION_HPP
|
#ifndef BOOST_VERSION_HPP
|
||||||
# include <boost/version.hpp>
|
# include <boost/version.hpp>
|
||||||
|
Reference in New Issue
Block a user