Skip to content

Commit

Permalink
Merge pull request #11 from stephanlachnit/limdor-patch-1
Browse files Browse the repository at this point in the history
Update paper.md
  • Loading branch information
stephanlachnit authored Nov 19, 2024
2 parents 5804b80 + a6eea37 commit 43f65bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ toc: true

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

# Revision history

## R1

Update wording to align with [@P2821R5]:

- Bump `__cpp_lib_mdspan` instead of adding `__cpp_lib_mdspan_at`
- Mark `at()` as freestanding deleted and adjust freestanding comments of header and class

## R0

Initial version

# Motivation

## Safety
Expand Down

0 comments on commit 43f65bf

Please sign in to comment.