0ad/source/lib/file
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
..
archive Call std::terminate() instead of throwing in a destructor. 2017-05-19 17:48:43 +00:00
common Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +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
io Don't move temporaries, so possibly allowing for copy elision. 2017-05-11 23:24:54 +00:00
vfs Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
file.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
file.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00
file_system.cpp Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
file_system.h Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/. 2016-11-23 11:18:37 +00:00