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] Add copy/move ctors and assignment operators to sycl::detail::optional (intel#19834)
Currently, those are implicitly defined and perform bitwise copy of
Storage, that is incorrect if T has non-trivial copy ctors etc.
___
cherry-pick of:
intel@ffc2512
Patch-by: Alexandr-Konovalov <[email protected]>
0 commit comments