Skip to content

Commit 9909e30

Browse files
hewillktkoeppe
authored andcommitted
[mdspan.layout.leftpad.obs, mdspan.layout.rightpad.obs] Fix return type of operator()
1 parent cd6c5bf commit 9909e30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23723,7 +23723,7 @@
2372323723

2372423724
\begin{itemdecl}
2372523725
template<class... Indices>
23726-
constexpr size_t operator()(Indices... idxs) const noexcept;
23726+
constexpr index_type operator()(Indices... idxs) const noexcept;
2372723727
\end{itemdecl}
2372823728

2372923729
\begin{itemdescr}
@@ -24362,7 +24362,7 @@
2436224362
\indexlibrarymember{layout_right_padded::mapping}{operator()}%
2436324363
\begin{itemdecl}
2436424364
template<class... Indices>
24365-
constexpr size_t operator()(Indices... idxs) const noexcept;
24365+
constexpr index_type operator()(Indices... idxs) const noexcept;
2436624366
\end{itemdecl}
2436724367

2436824368
\begin{itemdescr}

0 commit comments

Comments
 (0)