Skip to content

C++: replace raw pointers with std::unique_ptr in our PImpl approach #1452

Description

@agarny

Right now, our PImpl approach relies on using raw pointers, but we probably ought to use std::unique_ptr instead. This would indeed eliminate manual memory management, provide automatic cleanup, and improve exception safety.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions