diff options
| author | 2017-01-02 14:04:09 +0100 | |
|---|---|---|
| committer | 2017-01-02 14:04:09 +0100 | |
| commit | 04faaaf7ffb422f390262e119fe50db21683a831 (patch) | |
| tree | bb121e071c09129fa5284929356fe84554d4cfc1 /3rdparty/bx/tests/handle_bench.cpp | |
| parent | a642e29ecd123c7fcc2608dd14d29a06af55c186 (diff) | |
Update BX (nw)
Diffstat (limited to '3rdparty/bx/tests/handle_bench.cpp')
| -rw-r--r-- | 3rdparty/bx/tests/handle_bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bx/tests/handle_bench.cpp b/3rdparty/bx/tests/handle_bench.cpp index 1b1032bb226..a882cbe635d 100644 --- a/3rdparty/bx/tests/handle_bench.cpp +++ b/3rdparty/bx/tests/handle_bench.cpp @@ -52,7 +52,7 @@ int main() { typedef std::unordered_map<uint64_t, uint16_t> StdUnorderedMap; StdUnorderedMap map; -// map.reserve(numElements); + map.reserve(numElements); for (uint32_t jj = 0; jj < numElements; ++jj) { std::pair<StdUnorderedMap::iterator, bool> ok = map.insert(std::make_pair(uint64_t(jj), uint16_t(jj) ) ); |
