From 8875aa35966d5df70a1ee84740bb71503bd8c0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 26 Oct 2016 23:33:15 -0700 Subject: [PATCH] Fixed build. --- tests/handle_bench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/handle_bench.cpp b/tests/handle_bench.cpp index a882cbe..1b1032b 100644 --- a/tests/handle_bench.cpp +++ b/tests/handle_bench.cpp @@ -52,7 +52,7 @@ int main() { typedef std::unordered_map StdUnorderedMap; StdUnorderedMap map; - map.reserve(numElements); +// map.reserve(numElements); for (uint32_t jj = 0; jj < numElements; ++jj) { std::pair ok = map.insert(std::make_pair(uint64_t(jj), uint16_t(jj) ) );