File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
orcid : https://orcid.org/0009-0005-7245-5930
7
7
title : " The Parallel Hashmap C++ library"
8
8
license : Apache-2.0
9
- version : 1.3.12
10
- date-released : 2024-01-28
9
+ version : 1.4.1
10
+ date-released : 2024-10-27
Original file line number Diff line number Diff line change 8
8
FetchContent_Declare(
9
9
parallel-hashmap
10
10
GIT_REPOSITORY https://github.com/greg7mdp/parallel-hashmap.git
11
- GIT_TAG v1.4.0 # adjust tag/branch/commit as needed
11
+ GIT_TAG v1.4.1 # adjust tag/branch/commit as needed
12
12
)
13
13
FetchContent_MakeAvailable(parallel-hashmap)
14
14
Original file line number Diff line number Diff line change 36
36
37
37
#define PHMAP_VERSION_MAJOR 1
38
38
#define PHMAP_VERSION_MINOR 4
39
- #define PHMAP_VERSION_PATCH 0
39
+ #define PHMAP_VERSION_PATCH 1
40
40
41
41
// Included for the __GLIBC__ macro (or similar macros on other systems).
42
42
#include < limits.h>
You can’t perform that action at this time.
0 commit comments