Skip to content

unique_ptr::operator= should not be defined #12

@kamahen

Description

@kamahen

The standard include for C++ does not allow assigning a unique_ptr. Instead, p=q is done by p.reset(q.release()) or p=std::move(p).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions