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

Implement ranges::adjacent_find #822

Merged
merged 3 commits into from
May 14, 2020

Conversation

CaseyCarter
Copy link
Member

Partially addresses #39.

@CaseyCarter CaseyCarter added the cxx20 C++20 feature label May 12, 2020
@CaseyCarter CaseyCarter requested a review from a team as a code owner May 12, 2020 02:43
stl/inc/algorithm Outdated Show resolved Hide resolved
stl/inc/algorithm Outdated Show resolved Hide resolved
stl/inc/algorithm Outdated Show resolved Hide resolved
tests/std/tests/P0896R4_ranges_alg_adjacent_find/test.cpp Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej self-assigned this May 14, 2020
@StephanTLavavej StephanTLavavej merged commit 9954010 into microsoft:master May 14, 2020
@StephanTLavavej
Copy link
Member

Thanks for implementing this algorithm to find adjacent occurrences of elements! Purr purr!

@CaseyCarter CaseyCarter deleted the adj_find branch May 14, 2020 23:25
@StephanTLavavej StephanTLavavej added the ranges C++20/23 ranges label Jul 22, 2020
@AdamBucior AdamBucior mentioned this pull request Sep 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cxx20 C++20 feature ranges C++20/23 ranges
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants