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

[range.factories] New subclause, split off from [range.adaptors] #2619

Merged
merged 1 commit into from Jan 19, 2019

Conversation

jensmaurer
Copy link
Member

Range adaptors take a range and produce a new range;
range factories take something else (or nothing) and produce a range.

Fixes #2615.

Range adaptors take a range and produce a new range;
range factories take something else (or nothing) and produce a range.
@JohelEGP
Copy link
Contributor

git log -1 -p --minimal generates a better diff.

@CaseyCarter
Copy link
Contributor

Should span be relocated into [range.factories], which would necessitate striking the IMO useless "Range factories are declared in namespace std::ranges::view" paragraph?

@morinmorin
Copy link
Contributor

striking the IMO useless "Range factories are declared in namespace std::ranges::view"

+1

Should span be relocated into [range.factories]

and subrange?

@zygoloid zygoloid merged commit 1c3b991 into cplusplus:master Jan 19, 2019
@jensmaurer jensmaurer deleted the b22 branch January 19, 2019 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants