1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 00:45:31 +00:00
openmw-tes3mp/apps/openmw
elsid e1d955d92b
Remove noexcept specifier from CreatureCustomData move ctor
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.
2021-04-24 00:32:22 +02:00
..
mwbase Validate GUI scaling and place it to the launcher 2021-04-15 15:18:32 +04:00
mwclass Remove noexcept specifier from CreatureCustomData move ctor 2021-04-24 00:32:22 +02:00
mwdialogue Do not leave variables without initialization, even in execution paths where they are unused 2021-04-19 16:08:10 +04:00
mwgui Do not leave variables without initialization, even in execution paths where they are unused 2021-04-19 16:08:10 +04:00
mwinput Validate GUI scaling and place it to the launcher 2021-04-15 15:18:32 +04:00
mwmechanics Add move constructor to MWMechanics::Spells 2021-04-24 00:32:22 +02:00
mwphysics Merge pull request #3070 from akortunov/coverity 2021-04-20 07:33:03 +02:00
mwrender Merge pull request #3072 from akortunov/warnfix 2021-04-21 09:26:06 +04:00
mwscript Remove unused forward declarations 2021-04-11 14:46:51 +02:00
mwsound Use override instead of virtual 2021-04-11 14:46:51 +02:00
mwstate Constify a few things 2021-04-11 14:46:51 +02:00
mwworld Merge pull request #3070 from akortunov/coverity 2021-04-20 07:33:03 +02:00
android_main.cpp android: Switch to C++ 2019-04-28 18:21:31 -04:00
CMakeLists.txt Fix linking with -DOPENMW_USE_SYSTEM_OSG=ON -DOSG_STATIC=ON 2021-03-06 21:17:52 +00:00
doc.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
engine.cpp Code review cleanup, add setting documentation 2021-04-13 11:09:35 -07:00
engine.hpp Remove unused forward declarations 2021-04-11 14:46:51 +02:00
main.cpp Implement instanced groundcover 2021-01-26 22:29:41 +04:00