You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes in #17380 introduced some Coverity detected issues. This commit
fixes the following issues:
1. Removes noexcept from get_bin_image_ref as it can now potentially
throw through std::variant interfaces.
2. Adheres to rule-of-three in ManagedDeviceGlobalsRegistry and
ManagedDeviceBinaries.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments