A collection of stack-based STL-style containers using flat contingent memory free from allocations
Very rough draft. Expect bugs. To be improved
g++ -std=c++17 -Itests/lib -Iinclude tests/main.cpp tests/static_vector.cpp tests/static_map.cpp -o run_tests