Skip to content

Commit 0df95e5

Browse files
authored
Update hash_set_m.h
1 parent f74ba5e commit 0df95e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hash_set_m.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Fast hashtable (hash_set, hash_map) based on open addressing hashing for C++11 and up
66
//
77
// This version supports full size_t hashing (calculates hash of each elements after any reallocation/resize)
8-
// version 1.3.0
8+
// version 1.3.1
99
//
1010
// https://github.com/hordi/hash
1111
//

0 commit comments

Comments
 (0)