[NS模拟器]Yuzu-4月21号-1.0.871
-
Pull request #374 - gl_resource_manager: Add missing noexcept specifiers to move constructors and assignment operators
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.
1.0.871
2 hours ago by Lioncash
master 61ce4bdb
4 minutes ago in 38 min 8 sec
Environment: BUILD_TYPE=msvc
13 min 1 sec