We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe3c8d commit be6a2c7Copy full SHA for be6a2c7
2 files changed
parallel_hashmap/conanfile.py
@@ -6,7 +6,7 @@
6
7
class SparseppConan(ConanFile):
8
name = "parallel_hashmap"
9
- version = "1.3.10"
+ version = "1.3.11"
10
description = "A header-only, very fast and memory-friendly hash map"
11
url = "https://github.com/greg7mdp/parallel-hashmap/blob/master/parallel_hashmap/conanfile.py"
12
parallel_hashmap/phmap_config.h
@@ -36,7 +36,7 @@
36
37
#define PHMAP_VERSION_MAJOR 1
38
#define PHMAP_VERSION_MINOR 3
39
-#define PHMAP_VERSION_PATCH 10
+#define PHMAP_VERSION_PATCH 11
40
41
// Included for the __GLIBC__ macro (or similar macros on other systems).
42
#include <limits.h>
0 commit comments