mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-02 02:56:38 +00:00
apps/openmw_test_suite/esm/test_fixed_string.cpp:99:23: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
99 | ASSERT_TRUE(std::is_pod<ESM::NAME>::value);
| ^~~~~~
|
||
|---|---|---|
| .. | ||
| test_fixed_string.cpp | ||
| variant.cpp | ||