diff --git a/perf/tree_perf_test.cpp b/perf/tree_perf_test.cpp index 5215ea0..087a099 100644 --- a/perf/tree_perf_test.cpp +++ b/perf/tree_perf_test.cpp @@ -90,7 +90,7 @@ void test_insertion(Container &c, const char *ContainerName, InsertionType inser typedef typename Container::size_type size_type; typedef typename Container::value_type value_type; ptime tini, tend; - std::vector values(NumElem); + std::vector values(NumElem); { fill_vector(values, insertion_type); //Insert