At the moment, src/Arbitrary.cpp prevents the library from being used in a header-only style. Starting with C++17, this could be avoided.
Idea: For C++11, leave everything as it is, but for C++17, provide a single, header-only version of the library.
Advantage: In C++17 environments, this would simplify the installation.
At the moment, src/Arbitrary.cpp prevents the library from being used in a header-only style. Starting with C++17, this could be avoided.
Idea: For C++11, leave everything as it is, but for C++17, provide a single, header-only version of the library.
Advantage: In C++17 environments, this would simplify the installation.