Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccessValues::_values data member should be private #1020

Conversation

dalg24
Copy link
Contributor

@dalg24 dalg24 commented Jan 9, 2024

Was referred to directly in MLS which hinders changing what really should be considered implementation details.

Sorry I don't know what was wrong with #1018
I opened it as GH was having issues. I had uploaded a new version that never showed up and the CI would not trigger.

Comment on lines +200 to +202
explicit AccessValues(Values values)
: _values(std::move(values))
{}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This constructor was added as compared to the version I expect you reviewed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was it not in the original PR? Did it pass without somehow?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I had not actually tried to compile. I extracted that from some other work when I discovered it was getting in my way.

@aprokop aprokop merged commit 15bd960 into arborx:master Jan 9, 2024
1 of 2 checks passed
@dalg24 dalg24 deleted the do_not_use_private_implementation_details_in_mls branch January 9, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants