Commit 4ec95b0
authored
[UR] Make ur::handle_base non-copyable (#18901)
All UR handles should be defined as non-copyable objects. By deleting
the copy constructor and assignement operator in `ur::handle_base` we
can do this in a centralized location.
This should also resolve rule of three violations in adapter handle
objects.1 parent 5cb4647 commit 4ec95b0
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
383 | 386 | | |
384 | | - | |
385 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
386 | 394 | | |
387 | 395 | | |
388 | 396 | | |
| |||
0 commit comments