0ad/source/lib/file/archive
leper 7c88529b45 Call std::terminate() instead of throwing in a destructor.
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.
2017-05-19 17:48:43 +00:00
..
disabled_tests Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
archive.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
archive.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
archive_zip.cpp Call std::terminate() instead of throwing in a destructor. 2017-05-19 17:48:43 +00:00
archive_zip.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
codec.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
codec.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
codec_zlib.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
codec_zlib.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
stream.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
stream.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00