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::reverse_copy #1095

Merged
merged 6 commits into from
Aug 5, 2020

Conversation

CaseyCarter
Copy link
Member

No description provided.

@CaseyCarter CaseyCarter added cxx20 C++20 feature ranges C++20/23 ranges labels Jul 27, 2020
@CaseyCarter CaseyCarter requested a review from a team as a code owner July 27, 2020 20:18
@CaseyCarter CaseyCarter mentioned this pull request Jul 27, 2020
stl/inc/algorithm Outdated Show resolved Hide resolved
@mnatsuhara mnatsuhara self-assigned this Jul 29, 2020
"alg_" sorts before "algo", according to ASCII and VSCode.
@StephanTLavavej
Copy link
Member

I've pushed a merge to resolve a "take both changes" conflict in tests/std/test.lst. I pushed a separate commit to fix a sorting issue I had noticed recently (this makes it easier to diff test.lst against dir /s /b /ad).

stl/inc/algorithm Show resolved Hide resolved
stl/inc/algorithm Show resolved Hide resolved
@CaseyCarter CaseyCarter removed their assignment Aug 5, 2020
@StephanTLavavej StephanTLavavej self-assigned this Aug 5, 2020
@StephanTLavavej StephanTLavavej merged commit 622b62a into microsoft:master Aug 5, 2020
@StephanTLavavej
Copy link
Member

Thanks for implementing this algorithm and accelerating it with @pawREP's #804!

@CaseyCarter CaseyCarter deleted the reverse_copy branch August 5, 2020 17:04
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