KarlsruheGraphGeneration / KaGen

KaGen: Communication-free Massively Distributed Graph Generators
Other
35 stars 12 forks source link

Do not use `constexpr` in header if C++ < 17 is used. #25

Closed niklas-uhl closed 1 year ago

niklas-uhl commented 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.

DanielSeemaier commented 1 year ago

Should we just remove the constexpr? It's not really necessary anyways right?

niklas-uhl commented 1 year ago

Correct