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.
Loading
Please register or sign in to comment
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.