About
This template metaprogramming library is part of my Ph.D. thesis work and is used in main projects.
Organisation
Main directories:
src
: the library sources.
Usage
To produce the Makefile
and build the project:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
To run unit testing:
./build/tests_pfor
Description
Languages
C++
99.1%
CMake
0.9%