fix error when compiling without NDEBUG

This commit is contained in:
greg
2019-03-19 17:58:24 -04:00
parent 731988de1b
commit 2720a7108c
2 changed files with 29 additions and 0 deletions
Vendored
+5
View File
@@ -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