mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 22:34:31 +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
|
||||
|
||||
#include "boost/mpl/aux_/config/dtp.hpp"
|
||||
#include "boost/mpl/aux_/config/ttp.hpp"
|
||||
#include "boost/config.hpp"
|
||||
|
||||
#if defined(BOOST_MSVC) && BOOST_MSVC < 1300
|
||||
@@ -43,7 +44,8 @@
|
||||
# define BOOST_MPL_COMPILER_DIR plain
|
||||
# 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
|
||||
|
||||
#else
|
||||
|
Reference in New Issue
Block a user