diff options
| author | Tyge Løvset <[email protected]> | 2021-01-19 12:50:02 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-19 12:50:02 +0100 |
| commit | 60132bb5653cf5bd5cf5c0c331bf827456097af5 (patch) | |
| tree | d9c3212a9214ab7fd6549a48505dc270e6595e0a /benchmarks/cmap_benchmark.cpp | |
| parent | 7fa5cd3a4092991268276259fa07fda2bb12cfc1 (diff) | |
| download | STC-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.cpp | 2 |
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)
|
