$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83127 - trunk/libs/container/bench
From: igaztanaga_at_[hidden]
Date: 2013-02-24 08:16:40
Author: igaztanaga
Date: 2013-02-24 08:16:40 EST (Sun, 24 Feb 2013)
New Revision: 83127
URL: http://svn.boost.org/trac/boost/changeset/83127
Log:
Rolled back to standard construction in benchmark
Text files modified: 
   trunk/libs/container/bench/bench_static_vector.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/container/bench/bench_static_vector.cpp
==============================================================================
--- trunk/libs/container/bench/bench_static_vector.cpp	(original)
+++ trunk/libs/container/bench/bench_static_vector.cpp	2013-02-24 08:16:40 EST (Sun, 24 Feb 2013)
@@ -34,7 +34,7 @@
 static const std::size_t N = 100;
 #endif
 
-#define BENCH_SIMPLE_CONSTRUCTION
+//#define BENCH_SIMPLE_CONSTRUCTION
 //#define BENCH_TRIVIAL_TYPE
 
 #ifdef BENCH_TRIVIAL_TYPE