Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 312 Bytes

static_containers

A collection of stack-based STL-style containers using flat contingent memory free from allocations

Very rough draft. Expect bugs. To be improved

command to build tests

g++ -std=c++17 -Itests/lib -Iinclude tests/main.cpp tests/static_vector.cpp tests/static_map.cpp -o run_tests