From 3948f040b99ee5e1250b9386b4d2652e4a3610ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 24 Feb 2013 13:16:40 +0000 Subject: [PATCH] Rolled back to standard construction in benchmark [SVN r83127] --- bench/bench_static_vector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/bench_static_vector.cpp b/bench/bench_static_vector.cpp index bbcaed1..7e87f06 100644 --- a/bench/bench_static_vector.cpp +++ b/bench/bench_static_vector.cpp @@ -34,7 +34,7 @@ static const std::size_t N = 1000; static const std::size_t N = 100; #endif -#define BENCH_SIMPLE_CONSTRUCTION +//#define BENCH_SIMPLE_CONSTRUCTION //#define BENCH_TRIVIAL_TYPE #ifdef BENCH_TRIVIAL_TYPE