gpu: Prevent driver objects slicing
Driver objects should be moved only as concrete subclasses. Here we forbid calling move constructor and operator from the superclass to prevent situations where only its members would be moved.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Driver objects should be moved only as concrete subclasses. Here we forbid calling move constructor and operator from the superclass to prevent situations where only its members would be moved.