mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 06:15:23 +02:00
MPL: Bump the MSVC compiler requirements
[SVN r85942]
This commit is contained in:
@@ -23,13 +23,7 @@
|
|||||||
# include <boost/mpl/aux_/config/gcc.hpp>
|
# include <boost/mpl/aux_/config/gcc.hpp>
|
||||||
# include <boost/mpl/aux_/config/workaround.hpp>
|
# include <boost/mpl/aux_/config/workaround.hpp>
|
||||||
|
|
||||||
# if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
|
# if BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, BOOST_TESTED_AT(0x0304))
|
||||||
# define BOOST_MPL_CFG_COMPILER_DIR msvc60
|
|
||||||
|
|
||||||
# elif BOOST_WORKAROUND(BOOST_MSVC, == 1300)
|
|
||||||
# define BOOST_MPL_CFG_COMPILER_DIR msvc70
|
|
||||||
|
|
||||||
# elif BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, BOOST_TESTED_AT(0x0304))
|
|
||||||
# define BOOST_MPL_CFG_COMPILER_DIR gcc
|
# define BOOST_MPL_CFG_COMPILER_DIR gcc
|
||||||
|
|
||||||
# elif BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x610))
|
# elif BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x610))
|
||||||
|
Reference in New Issue
Block a user