pbcpp is a collection of C++11 utilities (functions, utility classes, data structures, etc..) that I have written for my own use over time. It can be installed as a header only library.
Clone the directory, create a build directory, run cmake, and install
$ git clone https://github.com/barrpet/pbcpp.git
$ cd pbcpp
$ mkdir build && cd build
$ cmake ..
$ make installAfter creating the build directory and running cmake
$ make checkTODO
TODO
0.1
See TODO.md
MIT