C++ Interface instantiation
The C++ interface works, but only because we compile everything with the same options/compiler.
Compiling the library one way, and the external application an other way might give unexpected problems.
-
Finish moving to header-only library -
Include limited, precompiled interface for C++, so that programs might be able to link without recompiling everything.