From 7d203ae02761f804252e7949afc3600146e97578 Mon Sep 17 00:00:00 2001 From: Hewill Kang <67143766+hewillk@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:45:54 +0800 Subject: [PATCH] [mdspan.layout.leftpad.overview, mdspan.layout.rightpad.overview, mdspan.layout.rightpad.cons] --- source/containers.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 980e05e7c9..c2d1113887 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -20999,10 +20999,10 @@ constexpr explicit(extents_type::rank() > 0) mapping(const layout_stride::mapping&); template - constexpr explicit( @\seebelow@ ) + constexpr explicit(@\seebelow@) mapping(const LayoutLeftPaddedMapping&); template - constexpr explicit( @\seebelow@ ) + constexpr explicit(@\seebelow@) mapping(const LayoutRightPaddedMapping&) noexcept; constexpr mapping& operator=(const mapping&) noexcept = default; @@ -21622,10 +21622,10 @@ constexpr explicit(rank_ > 0) mapping(const layout_stride::mapping&); template - constexpr explicit( @\seebelow@ ) + constexpr explicit(@\seebelow@) mapping(const LayoutRightPaddedMapping&); template - constexpr explicit( @\seebelow@ ) + constexpr explicit(@\seebelow@) mapping(const LayoutLeftPaddedMapping&) noexcept; constexpr mapping& operator=(const mapping&) noexcept = default; @@ -21963,7 +21963,7 @@ \indexlibraryctor{layout_right_padded::mapping}% \begin{itemdecl} template - constexpr explicit( @\seebelow@ ) + constexpr explicit(@\seebelow@) mapping(const LayoutRightPaddedMapping& other); \end{itemdecl} @@ -22029,7 +22029,7 @@ \indexlibraryctor{layout_right_padded::mapping}% \begin{itemdecl} template - constexpr explicit( @\seebelow@ ) + constexpr explicit(@\seebelow@) mapping(const LayoutLeftPaddedMapping& other) noexcept; \end{itemdecl}