fix #ifdef-s

[SVN r16931]
This commit is contained in:
Aleksey Gurtovoy
2003-01-18 16:36:42 +00:00
parent 14b0e7256d
commit ba35659293

View File

@@ -26,7 +26,7 @@
#if !defined(BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION) && (!defined(__GNUC__) || __GNUC__ == 3) #if !defined(BOOST_MPL_BROKEN_OVERLOAD_RESOLUTION) && (!defined(__GNUC__) || __GNUC__ == 3)
# if (!defined(BOOST_MSVC) || BOOST_MSVC > 1300) \ # if (!defined(BOOST_MSVC) || BOOST_MSVC > 1300) \
&& (!defined _MSC_VER || defined(BOOST_INTEL_CXX_VERSION)) && (!defined(BOOST_INTEL_CXX_VERSION) || BOOST_INTEL_CXX_VERSION > 500)
// the implementation below is based on a USENET newsgroup's posting by // the implementation below is based on a USENET newsgroup's posting by
// Rani Sharoni (comp.lang.c++.moderated, 2002-03-17 07:45:09 PST) // Rani Sharoni (comp.lang.c++.moderated, 2002-03-17 07:45:09 PST)