File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11---
22title : mdspan.at()
3- document : P3383R2
3+ document : P3383R3
44date : today
55audience :
66 - Library Working Group (LWG)
@@ -18,6 +18,10 @@ This paper proposes element access with bounds checking to `std::mdspan` via `at
1818
1919# Revision history
2020
21+ ## R3
22+
23+ - Swap paragraph 8 and 9 and use ` I ` instead of ` indices `
24+
2125## R2
2226
2327- Remove feature test macro bump requested by LEWG
@@ -99,9 +103,9 @@ In 23.7.3.6.3 ([[mdspan.mdspan.members]](https://eel.is/c++draft/mdspan.mdspan.m
99103> - [7.2]{.pnum} `(is_nothrow_constructible_v<index_type, OtherIndexTypes> && ...)` is `true`, and
100104> - [7.3]{.pnum} `sizeof...(OtherIndexTypes) == rank()` is `true`.
101105>
102- > [8]{.pnum} *Returns:* `(*this)[ indices...] `.
103- >
104- > [9]{.pnum} Let `I` be `extents_type::`*`index_cast`*`(std::move(indices)) `.
106+ > [8]{.pnum} Let `I` be `extents_type::`*`index_cast`*`(std::move( indices)) `.
107+ >
108+ > [9]{.pnum} *Returns:* `(*this)[I...] `.
105109>
106110> [10]{.pnum} *Throws:* `out_of_range` if `I` is not a multidimensional index in `extents()`.
107111>
You can’t perform that action at this time.
0 commit comments