diff --git a/source/containers.tex b/source/containers.tex index f8187b40a1..a0460ca4d6 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -21080,7 +21080,7 @@ struct full_extent_t { explicit full_extent_t() = default; }; inline constexpr full_extent_t full_extent{}; - template + template constexpr auto submdspan_extents(const extents&, SliceSpecifiers...); // \ref{mdspan.sub.sub}, \tcode{submdspan} function template @@ -25500,7 +25500,7 @@ \indexlibraryglobal{submdspan_extents}% \begin{itemdecl} -template +template constexpr auto submdspan_extents(const extents& src, SliceSpecifiers... slices); \end{itemdecl} @@ -25508,7 +25508,7 @@ \begin{itemdescr} \pnum \constraints -\tcode{sizeof...(slices)} equals \tcode{Extents::rank()}. +\tcode{sizeof...(slices)} equals \tcode{sizeof...(Extents)}. \pnum \mandates