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] Make CollectorLibraryWrapper and BinaryWrapper classes comply with Rule of Three. (#16074)
`CollectorLibraryWrapper` and `BinaryWrapper` had a custom destructor,
but no copy constructor and no copy assignment operator, so they were
not complying with the Rule of Three. Explicitly add the two latter as
deleted to comply.
0 commit comments