reorganize headers so that phmap_fwd_decl.h is more usable

This commit is contained in:
greg
2019-04-29 22:01:08 -04:00
parent 0eadd5b75f
commit 3fb4990579
4 changed files with 247 additions and 251 deletions
Vendored
+1 -1
View File
@@ -19,7 +19,7 @@ This repository aims to provide an set of excellent hash map implementations, wi
- Supports **heterogeneous lookup**
- Easy to **forward declare**: just include `phmap_fwd_decl.h` in your header files to forward declare Parallel Hashmap containers. This header is only 111 lines including comments.
- Easy to **forward declare**: just include `phmap_fwd_decl.h` in your header files to forward declare Parallel Hashmap containers.
- **Tested** on Windows (vs2015 & vs2017), linux (g++ 5, 6, 7, 8, clang++ 3.9, 4.0, 5.0) and MacOS (g++ and clang++) - click on travis and appveyor icons above for detailed test status.