mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fmt wants to do compile time validation of format strings under c++-20. mark formatting strings constexpr where possible, and mark formats runtime to disable validation where not possible.