mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 00:45:31 +00:00
e1d955d92b
C++17 doesn't allow to declare defaulted move ctor with not matching exception specification to the calculated one: /Users/eddie/Downloads/BUILD/openmw-master/apps/openmw/mwclass/creature.cpp:63:9: error: exception specification of explicitly defaulted move constructor does not match the calculated one CreatureCustomData(CreatureCustomData&& other) noexcept = default; ^ http://wg21.link/p1286r2 makes this possible in C++20 and newer compilers already have it working even with -std=c++17 but older onces give an error. |
||
---|---|---|
.. | ||
mwbase | ||
mwclass | ||
mwdialogue | ||
mwgui | ||
mwinput | ||
mwmechanics | ||
mwphysics | ||
mwrender | ||
mwscript | ||
mwsound | ||
mwstate | ||
mwworld | ||
android_main.cpp | ||
CMakeLists.txt | ||
doc.hpp | ||
engine.cpp | ||
engine.hpp | ||
main.cpp |