mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
temporary MSVC 7.0 fix
[SVN r15802]
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
#if defined(BOOST_MPL_USE_APPLY_INTERNALLY) \
|
||||
|| defined(BOOST_BROKEN_DEFAULT_TEMPLATE_PARAMETERS_IN_NESTED_TEMPLATES) \
|
||||
|| (defined(BOOST_MSVC) && (BOOST_MSVC <= 1300))
|
||||
|| defined(BOOST_MSVC) && (BOOST_MSVC < 1300 || BOOST_MSVC == 1300 && defined(BOOST_MPL_PREPROCESSING_MODE))
|
||||
|
||||
# if !defined(BOOST_MPL_PREPROCESSING_MODE)
|
||||
# include "boost/mpl/apply.hpp"
|
||||
|
Reference in New Issue
Block a user