CxxUtils: c++20 fixes
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.
parent
72b75ee5
Please register or sign in to comment