$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70719 - in branches/release: boost/detail libs/detail libs/detail/test
From: dnljms_at_[hidden]
Date: 2011-03-29 17:58:49
Author: danieljames
Date: 2011-03-29 17:58:48 EDT (Tue, 29 Mar 2011)
New Revision: 70719
URL: http://svn.boost.org/trac/boost/changeset/70719
Log:
Detail: Merge tests + disable container_fwd on libc++.
Added:
   branches/release/libs/detail/test/
      - copied from r70718, /trunk/libs/detail/test/
   branches/release/libs/detail/test/Jamfile
      - copied unchanged from r70718, /trunk/libs/detail/test/Jamfile
   branches/release/libs/detail/test/container_fwd_test.cpp
      - copied unchanged from r70718, /trunk/libs/detail/test/container_fwd_test.cpp
   branches/release/libs/detail/test/container_no_fwd_test.cpp
      - copied unchanged from r70718, /trunk/libs/detail/test/container_no_fwd_test.cpp
   branches/release/libs/detail/test/is_sorted_test.cpp
      - copied unchanged from r70718, /trunk/libs/detail/test/is_sorted_test.cpp
Properties modified: 
   branches/release/boost/detail/   (props changed)
   branches/release/boost/detail/endian.hpp   (props changed)
   branches/release/libs/detail/   (props changed)
Text files modified: 
   branches/release/boost/detail/container_fwd.hpp |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: branches/release/boost/detail/container_fwd.hpp
==============================================================================
--- branches/release/boost/detail/container_fwd.hpp	(original)
+++ branches/release/boost/detail/container_fwd.hpp	2011-03-29 17:58:48 EDT (Tue, 29 Mar 2011)
@@ -18,7 +18,8 @@
         && (defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PARALLEL))) \
     || BOOST_WORKAROUND(__BORLANDC__, > 0x551) \
     || BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x842)) \
-    || (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
+    || (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)) \
+    || (defined(_LIBCPP_VERSION))
 
 #include <deque>
 #include <list>