Skip to content

[FEA] Consider making the lock types of memory resources private #1331

Open
@vyasr

Description

@vyasr

Is your feature request related to a problem? Please describe.
Classes like fixed_size_memory_resource define a lock type as a protected member. This exposes an implementation detail of the class that may not need to be visible to subclasses.

Describe the solution you'd like
We should investigate making these attributes private instead of public. c.f. #1317 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    To-do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions