There are myriads of C++ libraries out there, and each may even have its reason to exist. Our class had these design goals:
- Intuitive coding style Simpler code is usually better code examples below and you'll know what I mean.
- Modern CMake We dont want variable and globbing but instead use
targets
. - Vanilla C++ Whenever possible resort to the official standard and refrain from using fancy third-party libs as much as possible.
#include <auxiliary/auxiliary.inl>