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

P1024R3 Usability Enhancements for std::span #2719

Merged
merged 1 commit into from Mar 15, 2019
Merged

Conversation

jensmaurer
Copy link
Member

Moved the declaration of the undefined partial specialization
tuple_size<span<ElementType, dynamic_extent>> to the header
synopsis.

Fixes #2708.

@jensmaurer jensmaurer added this to the post-2019-02 milestone Mar 5, 2019
@burblebee burblebee self-assigned this Mar 6, 2019
source/containers.tex Show resolved Hide resolved
source/containers.tex Show resolved Hide resolved
source/containers.tex Outdated Show resolved Hide resolved
source/containers.tex Outdated Show resolved Hide resolved
@burblebee
Copy link
Contributor

@JohelEGP Thanks for your review! Would you like to have a final review after the last fixes and approve if good? Thanks again!

Moved the declaration of the undefined partial specialization
tuple_size<span<ElementType, dynamic_extent>> to the header
synopsis.

Fixed missing I template parameter in definition of get<I>.

Replaced ptrdiff_t parameters with size_t parameters to match changes
made by LWG Motion 15.
@zygoloid zygoloid merged commit eda599e into master Mar 15, 2019
@jensmaurer jensmaurer deleted the motions-2019-02-lwg-17 branch October 19, 2019 20:05
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

4 participants