weak_ptr::operator< is now stable, shared_ptr_test has much better coverage.

[SVN r12769]
This commit is contained in:
Peter Dimov
2002-02-09 12:34:05 +00:00
parent d2e20cf56c
commit 6f7b927641
4 changed files with 145 additions and 4 deletions
+1
View File
@@ -29,6 +29,7 @@
#include <memory> // for std::auto_ptr
#include <algorithm> // for std::swap
#include <functional> // for std::less
#include <typeinfo> // for std::bad_cast
#ifdef BOOST_MSVC // moved here to work around VC++ compiler crash
# pragma warning(push)