mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 18:28:35 +00:00
7c88529b45
We don't catch this specific exception, so no behavioural change, but we do no longer violate the implicit noexcept for destructors in C++11. (Fixes a GCC6 and VS2015 warning.) Reviewed By: Itms Differential Revision: https://code.wildfiregames.com/D416 This was SVN commit r19612.