C++20 fixes
Fix compilation with gcc13 / c++20 , ROOT 6.28.04 (LCG dev4), fmtlib 10.0.0
- use
fmt::runtimewhere needed (with a hack to still work with fmtlib < 8) - avoid implicit capture of
thisin lambdas via[=] - fix comparison between
Gaudi::Property<std::string>andconst char* - hide
std::source_locationto cling
Closes #266 (closed)
Edited by Marco Clemencic