We have a bunch of warnings in the sonarcloud report about using std::format. I did not address this earlier in #984 or #986 simply because the support was missing in compilers at that time.
I suspect newer versions of both gcc and clang would now be OK with the changes so we should dig into this once the CI compiler upgrade in #1080 is completed.
We have a bunch of warnings in the sonarcloud report about using
std::format. I did not address this earlier in #984 or #986 simply because the support was missing in compilers at that time.I suspect newer versions of both gcc and clang would now be OK with the changes so we should dig into this once the CI compiler upgrade in #1080 is completed.