mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
reorganize headers so that phmap_fwd_decl.h is more usable
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user