Skip to content

Commit 78ea606

Browse files
authored
[mdspan.layout.right.obs] Add missing constexpr to required_span_size (#7872)
1 parent 69f81d2 commit 78ea606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22491,7 +22491,7 @@
2249122491

2249222492
\indexlibrarymember{required_span_size}{layout_right::mapping}%
2249322493
\begin{itemdecl}
22494-
index_type required_span_size() const noexcept;
22494+
constexpr index_type required_span_size() const noexcept;
2249522495
\end{itemdecl}
2249622496

2249722497
\begin{itemdescr}

0 commit comments

Comments
 (0)