ToySTL A toy STL. Progress Implmented: Allocator Iterator Vector In the future: List Deque Stack Queue Priority Queue Build and Test This projcect uses Cmake for building and testing. Build the binaries: Cmake mkdir build cd build cmake .. make Testing The projecet tests are based on MyTinySTL ! reference SGI STL 2015 MyTinySTL STL源码剖析