Config: Remove obsolete MSVC version check

[SVN r85902]
This commit is contained in:
Stephen Kelly
2013-09-25 13:51:27 +00:00
parent 7ea00f059e
commit 9334a55617

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) && (_MSC_VER >= 1200))
|| (defined(__ICL) && defined(_MSC_EXTENSIONS))
#ifndef BOOST_VERSION_HPP
# include <boost/version.hpp>