|
Boost-Commit : |
From: phil_at_[hidden]
Date: 2008-08-05 03:46:20
Author: pbouchard
Date: 2008-08-05 03:46:19 EDT (Tue, 05 Aug 2008)
New Revision: 47984
URL: http://svn.boost.org/trac/boost/changeset/47984
Log:
Forgot submitting uncommented code
Text files modified:
sandbox/shifted_ptr/libs/smart_ptr/example/shifted_ptr_test2.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/shifted_ptr/libs/smart_ptr/example/shifted_ptr_test2.cpp
==============================================================================
--- sandbox/shifted_ptr/libs/smart_ptr/example/shifted_ptr_test2.cpp (original)
+++ sandbox/shifted_ptr/libs/smart_ptr/example/shifted_ptr_test2.cpp 2008-08-05 03:46:19 EDT (Tue, 05 Aug 2008)
@@ -117,12 +117,12 @@
std::cout << "test = " << * test << std::endl;
}
std::cout << count << std::endl;
-/*
+
count = 0;
for(int i = 0; i < 500; ++i) {
boost::mpl::for_each<boost::mpl::range_c<int, 1, 100> >(create_type());
}
std::cout << count << std::endl;
-*/
+
_exit(-1); // bypassing bug in pool destructor
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk