Merged 44979, 45068, 45085, 45089, 45177, 45194, 45346, 45422, 45545, 46055 from trunk to release

[SVN r47345]
This commit is contained in:
Peter Dimov
2008-07-12 11:37:16 +00:00
parent 1bc4f16ff8
commit 07b4c17980
19 changed files with 1196 additions and 17 deletions
+4
View File
@@ -196,6 +196,10 @@ void test()
BOOST_TEST( cp.use_count() == 3 );
BOOST_TEST( *cp == 87654 );
#if defined( BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP )
using boost::swap;
#endif
boost::shared_ptr<int> cp4;
swap( cp2, cp4 );
BOOST_TEST( cp4.use_count() == 3 );