1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 12:19:55 +00:00
openmw-tes3mp/apps
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
..
bsatool Add file to BSA 2021-04-08 18:08:28 +02:00
esmtool Clean up MSVC warnings 2021-04-17 12:14:50 +04:00
essimporter Fix various warnings found by clang 2021-04-17 19:06:33 +02:00
launcher don't forget to close the audio device after you're done with it. 2021-04-22 18:42:56 +00:00
mwiniimporter Merge pull request #3018 from akortunov/emplace 2020-11-01 01:58:56 +03:00
niftest Remove NIFFile settings manager dependency 2020-11-09 14:24:48 +03:00
opencs Fix node masks signed/unsigned mismatch 2021-04-20 10:52:51 +04:00
openmw Remove noexcept specifier from CreatureCustomData move ctor 2021-04-24 00:32:22 +02:00
openmw_test_suite Detect and ignore updates for oscillating objects 2021-04-18 23:00:13 +02:00
wizard Implement #3983 - Add page to the wizard with links to buy morrowind 2021-04-08 20:57:50 +00:00
doc.hpp