[FEA] Consider making the lock types of memory resources private #1331
Labels
? - Needs Triage
Need team to review and classify
feature request
New feature or request
good first issue
Good for newcomers
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)
The text was updated successfully, but these errors were encountered: