diff --git a/source/containers.tex b/source/containers.tex index dd23365a04..2a1ae6fa53 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -23453,7 +23453,7 @@ \indexlibraryctor{layout_left_padded::mapping}% \begin{itemdecl} template -constexpr mapping(const extents_type& ext, OtherIndexType padding); + constexpr mapping(const extents_type& ext, OtherIndexType padding); \end{itemdecl} \begin{itemdescr} @@ -23748,7 +23748,7 @@ \indexlibrarymember{operator()}{layout_left_padded::mapping}% \begin{itemdecl} template -constexpr index_type operator()(Indices... idxs) const noexcept; + constexpr index_type operator()(Indices... idxs) const noexcept; \end{itemdecl} \begin{itemdescr}