mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-21 20:05:23 +00:00
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>