We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74ba5e commit 0df95e5Copy full SHA for 0df95e5
include/hash_set_m.h
@@ -5,7 +5,7 @@
5
// Fast hashtable (hash_set, hash_map) based on open addressing hashing for C++11 and up
6
//
7
// This version supports full size_t hashing (calculates hash of each elements after any reallocation/resize)
8
-// version 1.3.0
+// version 1.3.1
9
10
// https://github.com/hordi/hash
11
0 commit comments