Skip to content
Snippets Groups Projects

AthenaKernel: C++20 fixes for DsoDb

Merged Frank Winklmeier requested to merge fwinkl/athena:fs_el9 into 23.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -74,7 +74,7 @@ namespace {
inline
std::string to_string(const fs::path& p)
{
return p.u8string();
return p.string();
}
std::string getlibname(const std::string& libname)
Loading