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

[flat.set] [flat.multiset] Use value_type, not key_type #5928

Merged
merged 1 commit into from Nov 7, 2022

Conversation

Quuxplusone
Copy link
Contributor

For consistency with the other set, unordered_set containers. key_type is a synonym for value_type, and there's no reason the flat containers need to depart from existing practice here.

For consistency with the other `set`, `unordered_set` containers.
`key_type` is a synonym for `value_type`, and there's no reason
the flat containers need to depart from existing practice here.
@tkoeppe tkoeppe merged commit fd998c5 into cplusplus:main Nov 7, 2022
@Quuxplusone Quuxplusone deleted the flatset-il-keytype branch May 26, 2023 22:19
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

3 participants