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

[spanbuf.members] "span" getter and setter should be noexcept P0448 #4622

Closed
jensmaurer opened this issue Jun 3, 2021 · 1 comment · Fixed by #4687
Closed

[spanbuf.members] "span" getter and setter should be noexcept P0448 #4622

jensmaurer opened this issue Jun 3, 2021 · 1 comment · Fixed by #4687
Assignees
Milestone

Comments

@jensmaurer
Copy link
Member

jensmaurer commented Jun 3, 2021

After
P0448 A strstream replacement using span<charT> as buffer cplusplus/papers#103
has landed, fix the span<charT> getter and setter to be declared noexcept in the detailed specification.
(They are already noexcept in the synopsis.)

http://lists.isocpp.org/lib/2021/06/19558.php

@jensmaurer
Copy link
Member Author

Fixed as a separate commit in #4687.

@jensmaurer jensmaurer self-assigned this Jun 11, 2021
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.

1 participant