Closed niklas-uhl closed 1 year ago
The current CMake setup does not enforce C++17 for dependents, but this prevented users from including KaGen in their C++14 code base.
Should we just remove the constexpr? It's not really necessary anyways right?
Correct
The current CMake setup does not enforce C++17 for dependents, but this prevented users from including KaGen in their C++14 code base.