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

Check if find_last can find anything #4561

Merged
merged 12 commits into from
Apr 9, 2024

Conversation

AlexGuteniev
Copy link
Contributor

@AlexGuteniev AlexGuteniev commented Apr 4, 2024

Fix #4553

Add coverage, so that the test would fail without the fix.

@AlexGuteniev AlexGuteniev requested a review from a team as a code owner April 4, 2024 04:02
@jovibor

This comment was marked as resolved.

@AlexGuteniev

This comment was marked as resolved.

@StephanTLavavej StephanTLavavej added the performance Must go faster label Apr 4, 2024
@StephanTLavavej StephanTLavavej self-assigned this Apr 4, 2024
@StephanTLavavej StephanTLavavej removed their assignment Apr 6, 2024
@StephanTLavavej StephanTLavavej added bug Something isn't working and removed performance Must go faster labels Apr 6, 2024
@StephanTLavavej
Copy link
Member

⚠️ Note to self: This should be changelogged as fixing a regression.

@StephanTLavavej StephanTLavavej self-assigned this Apr 8, 2024
@StephanTLavavej
Copy link
Member

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

@StephanTLavavej StephanTLavavej merged commit d0995ff into microsoft:main Apr 9, 2024
35 checks passed
@StephanTLavavej
Copy link
Member

Thanks for noticing and fixing this bug, when I had forgotten that my old find memchr fix was relevant here! 🐞 🛠️ 🎉

@AlexGuteniev AlexGuteniev deleted the this_is_a_bug branch April 10, 2024 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

<algorithm>: find_last is lacking _Could_compare_equal_to_value_type check
3 participants