Skip to content

Commit 43f65bf

Browse files
Merge pull request #11 from stephanlachnit/limdor-patch-1
Update paper.md
2 parents 5804b80 + a6eea37 commit 43f65bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

paper.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ toc: true
1717

1818
This paper proposes element access with bounds checking to `std::mdspan` via `at()` member functions.
1919

20+
# Revision history
21+
22+
## R1
23+
24+
Update wording to align with [@P2821R5]:
25+
26+
- Bump `__cpp_lib_mdspan` instead of adding `__cpp_lib_mdspan_at`
27+
- Mark `at()` as freestanding deleted and adjust freestanding comments of header and class
28+
29+
## R0
30+
31+
Initial version
32+
2033
# Motivation
2134

2235
## Safety

0 commit comments

Comments
 (0)