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

[span.overview] Deduction guide's End can also be the size_type #3778

Closed
JohelEGP opened this issue Feb 21, 2020 · 0 comments · Fixed by #3852
Closed

[span.overview] Deduction guide's End can also be the size_type #3778

JohelEGP opened this issue Feb 21, 2020 · 0 comments · Fixed by #3852
Assignees

Comments

@JohelEGP
Copy link
Contributor

draft/source/containers.tex

Lines 10637 to 10638 in 43876c3

template<class It, class End>
span(It, End) -> span<remove_reference_t<iter_reference_t<It>>>;

Following the use of TimeZonePtrOrName in <chrono>, End is better named EndOrSize.

I was just wondering how the span{to_address(E), static_cast<D>(F)} being added by one of the motions could work.

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 a pull request may close this issue.

2 participants