The goal of the project is to re-implement five STL (Standard Template Library) containers - List, Map, Queue, Stack, Vector.
All theirs methods from C++98 standard available.
You can use the project by using attached CMakeLists.txt
file. It is currently configured to run tests.