Hi everyone! I’m new to the forum. I’ve been playing Cataclysm since the old Whales days, but since yesterday I’m getting this error message while trying to compile:
src/item_location.cpp:45:22: error: looser throw specifier for ‘virtual item_location::item_on_map::~item_on_map()’
src/item_location.cpp:17:13: error: overriding ‘virtual item_location::impl::~impl() noexcept (true)’
src/item_location.cpp:168:22: error: looser throw specifier for ‘virtual item_location::item_on_vehicle::~item_on_vehicle()’
src/item_location.cpp:17:13: error: overriding ‘virtual item_location::impl::~impl() noexcept (true)’
make: *** [obj/item_location.o] Error 1
I’ve never had a problem compiling before. Don’t know what it is, don’t know how to fix it. Any ideas?