diff options
author | Lioncash <mathew1800@gmail.com> | 2018-04-20 20:03:57 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-04-20 20:04:00 -0400 |
commit | ab71997b2cc104b06cae1d50ee80a1600cab7662 (patch) | |
tree | ff0c19b0f8f70e6306f9d0b754c16c5390d28023 /src/common/file_util.cpp | |
parent | 1df3a7710e92f7bd79c0779925d00217f2948658 (diff) |
gl_resource_manager: Add missing noexcept specifiers to move constructors and assignment operators
Standard library containers may use std::move_if_noexcept to perform
move operations. If a move cannot be performed under these
circumstances, then a copy is attempted. Given we only intend for these
types to be move-only this can be somewhat problematic. By defining
these to be noexcept we prevent cases where copies may be attempted.
Diffstat (limited to 'src/common/file_util.cpp')
0 files changed, 0 insertions, 0 deletions