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

Remove lower_bound()/upper_bound() from hash_meow/unordered_meow #4607

Conversation

StephanTLavavej
Copy link
Member

These member functions were unconditionally deprecated by MSVC-PR-181971 on 2019-05-23.

It's been almost 5 years, so it's time to remove this machinery now. Note that there is no loss of functionality - as the deprecation warnings advised, any calls can be exactly converted into find() or equal_range().

We can remove the tr1 test coverage because we already have exactly equivalent coverage of find() and equal_range().

They were deprecated by MSVC-PR-181971 on 2019-05-23.

We can remove the tr1 test coverage because we already have exactly equivalent coverage of find() and equal_range().
@StephanTLavavej StephanTLavavej added the enhancement Something can be improved label Apr 19, 2024
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner April 19, 2024 21:45
@StephanTLavavej StephanTLavavej self-assigned this Apr 26, 2024
@StephanTLavavej
Copy link
Member Author

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit e2aed57 into microsoft:main Apr 26, 2024
39 checks passed
@StephanTLavavej StephanTLavavej deleted the so-high-so-low-so-many-things-to-go-away branch April 26, 2024 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something can be improved
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants
  翻译: