Lioncash e8bbafb746
file_util: Make move constructor/assignment operator and related functions noexcept
Without this, it's possible to get compilation failures in the (rare) scenario where
a container is used to store a bunch of live IOFile instances, as they may be using
std::move_if_noexcept under the hood. Given these definitely don't throw exceptions
this is also not incorrect to add either.
2018-04-29 18:34:09 -04:00
..
2016-03-13 04:54:23 +01:00
2018-04-13 23:48:22 -04:00
2017-03-01 23:30:57 +02:00
2016-12-05 19:09:16 +01:00
2016-12-05 19:09:16 +01:00