Skip to content

[SYCL] Fix weak_object move and copy assignment #8716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

steffenlarsen
Copy link
Contributor

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.

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 <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested a review from a team as a code owner March 21, 2023 15:24
@steffenlarsen steffenlarsen requested a review from againull March 21, 2023 15:24
@steffenlarsen steffenlarsen temporarily deployed to aws March 21, 2023 15:58 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws March 21, 2023 19:57 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws March 22, 2023 12:14 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen temporarily deployed to aws March 22, 2023 13:19 — with GitHub Actions Inactive
@steffenlarsen steffenlarsen merged commit 488c7c9 into intel:sycl Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants