Warzone2100/warzone2100
3rdparty/CMakeLists.txt
:239
check_cxx_source_compiles("
#include <type_traits>
const bool val = std::is_trivially_copyable<bool>::value;
int main()
{
return 0;
}"
HAVE_STD_IS_TRIVIALLY_COPYABLE
)