Skip to content

Conversation

@kfelskow
Copy link
Contributor

@kfelskow kfelskow commented Sep 5, 2025

Coverity reported an issue regarding Rule-of-3 violation. In some handlers only destructor was user-defined. These handlers are used as unique_ptr which means that copy operation will never be executed. That`s why I decided to remove copy constructors and copy assignments

@kfelskow kfelskow requested a review from a team as a code owner September 5, 2025 11:15
@github-actions
Copy link
Contributor

@intel/llvm-gatekeepers please consider merging

@againull againull merged commit db68f2d into intel:sycl Sep 12, 2025
37 checks passed
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.

3 participants