The C++ Standard Library - A Tutorial and Reference, 2nd Edition http://www.cppstdlib.com Installation git clone https://github.com/iZhangHui/cppstdlib.git cd cppstdlib mkdir build && cd build cmake .. make -j4