Avoid deprecation warning
std::is_pod has been deprecated in C++20. Use is_standard_layout && is_trivial instead.