diff options
| author | 2018-04-20 20:03:57 -0400 | |
|---|---|---|
| committer | 2018-04-20 20:04:00 -0400 | |
| commit | ab71997b2cc104b06cae1d50ee80a1600cab7662 (patch) | |
| tree | ff0c19b0f8f70e6306f9d0b754c16c5390d28023 /src/core/hle/kernel/timer.cpp | |
| parent | Merge pull request #340 from mailwl/vi-update (diff) | |
| download | yuzu-ab71997b2cc104b06cae1d50ee80a1600cab7662.tar.gz yuzu-ab71997b2cc104b06cae1d50ee80a1600cab7662.tar.xz yuzu-ab71997b2cc104b06cae1d50ee80a1600cab7662.zip | |
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/core/hle/kernel/timer.cpp')
0 files changed, 0 insertions, 0 deletions