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

<ranges>: Test c(begin|end) members of range factories #3553

Merged
merged 6 commits into from
Mar 13, 2023

Conversation

JMazurkiewicz
Copy link
Contributor

Towards #3391.
This PR adds extra tests for c(begin|end) members of C++ range factories ([range.factories]):

  • views::empty,
  • views::single,
  • views::iota,
  • views::repeat,
  • views::istream.

@StephanTLavavej StephanTLavavej added test Related to test code ranges C++20/23 ranges labels Mar 9, 2023
@StephanTLavavej
Copy link
Member

Thanks for extending this test coverage! 😻 I've pushed very minor changes for my favorite issues. FYI @strega-nil-ms as you already approved.

@StephanTLavavej StephanTLavavej self-assigned this Mar 10, 2023
@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 4907ba6 into microsoft:main Mar 13, 2023
@StephanTLavavej
Copy link
Member

Thanks again! 🕵️ ✅ 😻

@JMazurkiewicz JMazurkiewicz deleted the const-range-factories branch March 14, 2023 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ranges C++20/23 ranges test Related to test code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants