mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
fix error when compiling without NDEBUG
This commit is contained in:
@@ -23,6 +23,11 @@ This repository aims to provide an set of excellent hash map implementations, wi
|
||||
|
||||
- Not yet **Tested** ~~on Windows (vs2010-2015, g++), linux (g++, clang++) and MacOS (clang++)~~.
|
||||
|
||||
## Installation
|
||||
|
||||
Copy the parallel_hashmap directory to your project. That's all.
|
||||
|
||||
> The CMakeLists.txt are provided for building the tests and examples.
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user