Skip to content

Commit 43b24fa

Browse files
Update source/containers.tex
Co-authored-by: Yihe Li <[email protected]>
1 parent c7fe491 commit 43b24fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/containers.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16377,8 +16377,7 @@
1637716377

1637816378
// \ref{mdspan.layout.stride.obs}, observers
1637916379
constexpr const extents_type& extents() const noexcept { return @\exposid{extents_}@; }
16380-
constexpr array<size_type, @\exposid{rank_}@> strides() const noexcept
16381-
{ return @\exposid{strides_}@; }
16380+
constexpr array<size_type, @\exposid{rank_}@> strides() const noexcept { return @\exposid{strides_}@; }
1638216381

1638316382
constexpr size_type required_span_size() const noexcept;
1638416383

0 commit comments

Comments
 (0)