fix preprocesed headers selection

[SVN r17644]
This commit is contained in:
Aleksey Gurtovoy
2003-02-25 15:11:25 +00:00
parent a5f4c29f66
commit f21cd2bd51

View File

@@ -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