Skip to content

Commit

Permalink
P2833R2-Part2 Freestanding Library: inout expected span
Browse files Browse the repository at this point in the history
This applies P2833R2's change to [views.span] after merging P2821R5.
  • Loading branch information
burblebee committed Nov 17, 2023
1 parent b145353 commit 82eb21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18315,7 +18315,7 @@

// \ref{span.elem}, element access
constexpr reference operator[](size_type idx) const;
constexpr reference at(size_type idx) const;
constexpr reference at(size_type idx) const; // freestanding-deleted
constexpr reference front() const;
constexpr reference back() const;
constexpr pointer data() const noexcept;
Expand Down

0 comments on commit 82eb21c

Please sign in to comment.