mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +02:00
add missing backslash
[SVN r18857]
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
#include "boost/mpl/aux_/config/workaround.hpp"
|
#include "boost/mpl/aux_/config/workaround.hpp"
|
||||||
|
|
||||||
#if !defined(BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION) \
|
#if !defined(BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION) \
|
||||||
&& !defined(BOOST_MPL_PREPROCESSING_MODE)
|
&& !defined(BOOST_MPL_PREPROCESSING_MODE) \
|
||||||
&& ( BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x561)) \
|
&& ( BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x561)) \
|
||||||
|| BOOST_WORKAROUND(__MWERKS__, < 0x3001) \
|
|| BOOST_WORKAROUND(__MWERKS__, < 0x3001) \
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user