add missing backslash

[SVN r18857]
This commit is contained in:
Aleksey Gurtovoy
2003-06-23 11:43:33 +00:00
parent 406ae7d211
commit cf220da789

View File

@@ -21,7 +21,7 @@
#include "boost/mpl/aux_/config/workaround.hpp"
#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(__MWERKS__, < 0x3001) \
)