C++20 fixes
Compare changes
Files
6- Andre Sailer authored
@@ -111,7 +111,7 @@ void RecordDataSvc::handle( const Incident& incident ) {
Fix compilation with gcc13 / c++20 , ROOT 6.28.04 (LCG dev4), fmtlib 10.0.0
fmt::runtime
where needed (with a hack to still work with fmtlib < 8)this
in lambdas via [=]
Gaudi::Property<std::string>
and const char*
std::source_location
to clingCloses #266 (closed)