Skip to content

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

Closed
@jensmaurer

Description

@jensmaurer
Member

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

Activity

added this to the post-2021-06 milestone on Jun 3, 2021
jensmaurer

jensmaurer commented on Jun 11, 2021

@jensmaurer
MemberAuthor

Fixed as a separate commit in #4687.

self-assigned this
on Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    Participants

    @jensmaurer

    Issue actions

      [spanbuf.members] "span" getter and setter should be noexcept P0448 · Issue #4622 · cplusplus/draft