Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23308,7 +23308,7 @@

// \ref{mdspan.layout.leftpad.obs}, observers
constexpr const extents_type& extents() const noexcept { return @\exposid{extents_}@; }
constexpr array<index_type, rank_> strides() const noexcept;
constexpr array<index_type, @\exposid{rank_}@> strides() const noexcept;

constexpr index_type required_span_size() const noexcept;
template<class... Indices>
Expand Down Expand Up @@ -23944,8 +23944,8 @@
constexpr mapping& operator=(const mapping&) noexcept = default;

// \ref{mdspan.layout.rightpad.obs}, observers
constexpr const extents_type& extents() const noexcept { return extents_; }
constexpr array<index_type, rank_> strides() const noexcept;
constexpr const extents_type& extents() const noexcept { return @\exposid{extents_}@; }
constexpr array<index_type, @\exposid{rank_}@> strides() const noexcept;

constexpr index_type required_span_size() const noexcept;

Expand Down
Loading