mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 23:04:33 +02:00
fix preprocesed headers selection
[SVN r17644]
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
#define BOOST_MPL_AUX_CONFIG_COMPILER_HPP_INCLUDED
|
#define BOOST_MPL_AUX_CONFIG_COMPILER_HPP_INCLUDED
|
||||||
|
|
||||||
#include "boost/mpl/aux_/config/dtp.hpp"
|
#include "boost/mpl/aux_/config/dtp.hpp"
|
||||||
|
#include "boost/mpl/aux_/config/ttp.hpp"
|
||||||
#include "boost/config.hpp"
|
#include "boost/config.hpp"
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && BOOST_MSVC < 1300
|
#if defined(BOOST_MSVC) && BOOST_MSVC < 1300
|
||||||
@@ -43,7 +44,8 @@
|
|||||||
# define BOOST_MPL_COMPILER_DIR plain
|
# define BOOST_MPL_COMPILER_DIR plain
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#elif defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
|
#elif defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) \
|
||||||
|
|| defined(BOOST_NO_TEMPLATE_TEMPLATE_PARAMETERS)
|
||||||
# define BOOST_MPL_COMPILER_DIR no_ctps
|
# define BOOST_MPL_COMPILER_DIR no_ctps
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user