summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/cmap_benchmark.cpp
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-19 12:50:02 +0100
committerTyge Løvset <[email protected]>2021-01-19 12:50:02 +0100
commit60132bb5653cf5bd5cf5c0c331bf827456097af5 (patch)
treed9c3212a9214ab7fd6549a48505dc270e6595e0a /benchmarks/cmap_benchmark.cpp
parent7fa5cd3a4092991268276259fa07fda2bb12cfc1 (diff)
downloadSTC-modified-60132bb5653cf5bd5cf5c0c331bf827456097af5.tar.gz
STC-modified-60132bb5653cf5bd5cf5c0c331bf827456097af5.zip
Changed template args sequence in cmap.
Diffstat (limited to 'benchmarks/cmap_benchmark.cpp')
-rw-r--r--benchmarks/cmap_benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/cmap_benchmark.cpp b/benchmarks/cmap_benchmark.cpp
index bdbcb9c9..47f60b00 100644
--- a/benchmarks/cmap_benchmark.cpp
+++ b/benchmarks/cmap_benchmark.cpp
@@ -21,7 +21,7 @@ static inline uint32_t fibonacci_hash(const void* data, size_t len) {
}
// cmap and khash template expansion
-using_cmap(ii, int64_t, int64_t, c_default_del, c_default_clone, c_default_equals, fibonacci_hash); // c_default_hash);
+using_cmap(ii, int64_t, int64_t, c_default_equals, fibonacci_hash); // c_default_hash);
KHASH_MAP_INIT_INT64(ii, int64_t)