gitextract_rzo9ruc3/ ├── .gitignore ├── .travis.yml ├── CMakeLists.txt ├── Docs/ │ ├── Proposals/ │ │ ├── D0447R16 - Introduction of hive to the Standard Library.html │ │ ├── Fixed_Point_Library_Proposal.md │ │ ├── p0037.html │ │ ├── rawstorage.html │ │ ├── ring_proposal_r5.tex │ │ ├── uninitialized.html │ │ └── unstable_remove.html │ ├── fixed_point.md │ └── plf_licensing.txt ├── README.md ├── SG14/ │ ├── algorithm_ext.h │ ├── flat_map.h │ ├── flat_set.h │ ├── inplace_function.h │ ├── plf_colony.h │ ├── ring.h │ └── slot_map.h └── SG14_test/ ├── SG14_test.h ├── flat_map_test.cpp ├── flat_set_test.cpp ├── inplace_function_test.cpp ├── main.cpp ├── plf_colony_test.cpp ├── ring_test.cpp ├── slot_map_test.cpp ├── uninitialized_test.cpp └── unstable_remove_test.cpp