]> git.lyx.org Git - features.git/blobdiff - boost/boost/detail/container_fwd.hpp
update boost to 1.44
[features.git] / boost / boost / detail / container_fwd.hpp
index bc7f780b060965c5e96ed47b5ce4ec1613c9d522..67c5a21c8a1858fcb6239772e3a6c440cd91cfa8 100644 (file)
@@ -13,7 +13,9 @@
 #include <boost/config.hpp>
 #include <boost/detail/workaround.hpp>
 
-#if ((defined(__GLIBCPP__) || defined(__GLIBCXX__)) && defined(_GLIBCXX_DEBUG)) \
+#if defined(BOOST_DETAIL_NO_CONTAINER_FWD) \
+    || ((defined(__GLIBCPP__) || defined(__GLIBCXX__)) \
+        && (defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PARALLEL))) \
     || BOOST_WORKAROUND(__BORLANDC__, > 0x551) \
     || BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x842)) \
     || (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))