Revert "Config: Remove obsolete MSVC version check"

This reverts commit 9334a55617.
This commit is contained in:
jzmaddock
2014-01-26 10:04:44 +00:00
parent 60684bfc2e
commit 9647c8ddb4

View File

@ -92,7 +92,7 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
#if defined(BOOST_MSVC) \
|| defined(__BORLANDC__) \
|| (defined(__MWERKS__) && defined(_WIN32) && (__MWERKS__ >= 0x3000)) \
|| (defined(__ICL) && defined(_MSC_EXTENSIONS))
|| (defined(__ICL) && defined(_MSC_EXTENSIONS) && (_MSC_VER >= 1200))
#ifndef BOOST_VERSION_HPP
# include <boost/version.hpp>