Skip to content

LArG4Barrel+G4AtlasTools: Fix compilation with c++20.

Scott Snyder requested to merge ssnyder/athena:cxx20.LArG4Barrel-20191214 into master

std::string == G4String is ambiguous with the new c++20 comparison rules. Explicitly cast the G4String to std::string to fix this.

Merge request reports