You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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. |
4 years ago | |
---|---|---|
.. | ||
activator.cpp | 4 years ago | |
activator.hpp | 4 years ago | |
actor.cpp | 4 years ago | |
actor.hpp | 4 years ago | |
apparatus.cpp | 4 years ago | |
apparatus.hpp | 4 years ago | |
armor.cpp | 4 years ago | |
armor.hpp | 4 years ago | |
bodypart.cpp | 4 years ago | |
bodypart.hpp | 4 years ago | |
book.cpp | 4 years ago | |
book.hpp | 4 years ago | |
classes.cpp | 9 years ago | |
classes.hpp | 15 years ago | |
clothing.cpp | 4 years ago | |
clothing.hpp | 4 years ago | |
container.cpp | 4 years ago | |
container.hpp | 4 years ago | |
creature.cpp | 4 years ago | |
creature.hpp | 4 years ago | |
creaturelevlist.cpp | 4 years ago | |
creaturelevlist.hpp | 4 years ago | |
door.cpp | 4 years ago | |
door.hpp | 4 years ago | |
ingredient.cpp | 4 years ago | |
ingredient.hpp | 4 years ago | |
itemlevlist.cpp | 5 years ago | |
itemlevlist.hpp | 4 years ago | |
light.cpp | 4 years ago | |
light.hpp | 4 years ago | |
lockpick.cpp | 4 years ago | |
lockpick.hpp | 4 years ago | |
misc.cpp | 4 years ago | |
misc.hpp | 4 years ago | |
npc.cpp | 4 years ago | |
npc.hpp | 4 years ago | |
potion.cpp | 4 years ago | |
potion.hpp | 4 years ago | |
probe.cpp | 4 years ago | |
probe.hpp | 4 years ago | |
repair.cpp | 4 years ago | |
repair.hpp | 4 years ago | |
static.cpp | 4 years ago | |
static.hpp | 4 years ago | |
weapon.cpp | 4 years ago | |
weapon.hpp | 4 years ago |