Open
Description
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
Type
Projects
Status
To-do