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
[SYCL] Fix weak_object move and copy assignment (#8716)
This commit fixes an issue where the copy and move assignment operators
of the weak_object class would be implicitly deleted due to them being
missing from the base class.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments