Skip to content

CxxUtils+AthContainers: c++20 fixes

Scott Snyder requested to merge ssnyder/athena:cxx20.CxxUtils-20210320 into master

std:is_pod is deprecated in c++20.

If a class is declared with a requires clause, the equivalent clause must be present for all function definitions outside of the class body.

Merge request reports