OPM / opm-common

Common components for OPM, in particular build system (cmake).
http://www.opm-project.org
GNU General Public License v3.0
33 stars 111 forks source link

fixed: wrong number of parameters in format statement #4314

Closed akva2 closed 3 weeks ago

akva2 commented 3 weeks ago

Causes errors under c++-20.

akva2 commented 3 weeks ago

jenkins build this please

akva2 commented 3 weeks ago

(Reason it causes errors under c++-20 is that fmt then enables compile time parameter validation using consteval code).