|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82505 - sandbox/static_vector/test
From: adam.wulkiewicz_at_[hidden]
Date: 2013-01-15 16:36:08
Author: awulkiew
Date: 2013-01-15 16:36:07 EST (Tue, 15 Jan 2013)
New Revision: 82505
URL: http://svn.boost.org/trac/boost/changeset/82505
Log:
Removed temporary test code.
Text files modified:
sandbox/static_vector/test/static_vector_test.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Modified: sandbox/static_vector/test/static_vector_test.cpp
==============================================================================
--- sandbox/static_vector/test/static_vector_test.cpp (original)
+++ sandbox/static_vector/test/static_vector_test.cpp 2013-01-15 16:36:07 EST (Tue, 15 Jan 2013)
@@ -638,8 +638,6 @@
v.insert(v.begin(), V(N/2, t));
v.insert(v.end(), V(N/2, t));
v.emplace_back(N/2, t);
-
- std::cout << typeid(v).name() << "\n" << N << " * " << sizeof(T) << " = " << sizeof(v) << "\n----------------------------\n";
}
#ifdef BOOST_SINGLE_HEADER_UTF
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