forked from mirrors/0ad
0368a1b391
While std::is_pod is required it is not sufficient so use std::is_integral as condition which is. Further replace the static_assert with a requires and use the new endian support to avoid use preprocessor. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>