From bf00ed0e7023cf49cf004dd4b4b39af2b824681e Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Tue, 5 Oct 2021 09:00:28 +0200 Subject: Changed recommended order of defining template parameters. --- benchmarks/shootout2_cmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/shootout2_cmap.cpp') diff --git a/benchmarks/shootout2_cmap.cpp b/benchmarks/shootout2_cmap.cpp index 77d458bc..fb24465a 100644 --- a/benchmarks/shootout2_cmap.cpp +++ b/benchmarks/shootout2_cmap.cpp @@ -16,10 +16,10 @@ template inline void destroy_me(C& c) { C().swap(c); } // Visual Studio: compile with -TP to force C++: cl -TP -EHsc -O2 benchmark.c // cmap and khash template expansion -#define i_tag ii #define i_key int64_t #define i_val int64_t #define i_cmp c_default_hash64 +#define i_tag ii #include KHASH_MAP_INIT_INT64(ii, int64_t) -- cgit v1.2.3