$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54080 - sandbox/monotonic/libs/monotonic/test
From: christian.schladetsch_at_[hidden]
Date: 2009-06-18 21:43:02
Author: cschladetsch
Date: 2009-06-18 21:43:02 EDT (Thu, 18 Jun 2009)
New Revision: 54080
URL: http://svn.boost.org/trac/boost/changeset/54080
Log:
reformatting test output
Text files modified: 
   sandbox/monotonic/libs/monotonic/test/compare_memory_pool.cpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/monotonic/libs/monotonic/test/compare_memory_pool.cpp
==============================================================================
--- sandbox/monotonic/libs/monotonic/test/compare_memory_pool.cpp	(original)
+++ sandbox/monotonic/libs/monotonic/test/compare_memory_pool.cpp	2009-06-18 21:43:02 EDT (Thu, 18 Jun 2009)
@@ -124,8 +124,8 @@
 
         // test boost::fast_pool_allocator
         {
-		boost::timer timer;
                 srand(42);
+		boost::timer timer;
                 for (size_t n = 0; n < count; ++n)
                 {
                         {
@@ -142,8 +142,8 @@
         // test boost::pool_allocator. 
         if (1)
         {
-		boost::timer timer;
                 srand(42);
+		boost::timer timer;
                 for (size_t n = 0; n < count; ++n)
                 {
                         {