Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

delete copy constructors from all driver #107

@kammce

Description

@kammce

Drivers can be moveable but they cannot be copyable. The idea of copying a driver designated for a particular bit of hardware is nonsensical, especially if the driver has some sort of internal state. The actual hardware, relative to the two objects will drift and this will cause undefined behavior with the driver.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions