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
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.
0 commit comments