Skip to content

Commit 33486e0

Browse files
authored
[mdspan.layout] Remove superfluous spacing around \seebelow (#6961)
1 parent 3333421 commit 33486e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/containers.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20999,10 +20999,10 @@
2099920999
constexpr explicit(extents_type::rank() > 0)
2100021000
mapping(const layout_stride::mapping<OtherExtents>&);
2100121001
template<class LayoutLeftPaddedMapping>
21002-
constexpr explicit( @\seebelow@ )
21002+
constexpr explicit(@\seebelow@)
2100321003
mapping(const LayoutLeftPaddedMapping&);
2100421004
template<class LayoutRightPaddedMapping>
21005-
constexpr explicit( @\seebelow@ )
21005+
constexpr explicit(@\seebelow@)
2100621006
mapping(const LayoutRightPaddedMapping&) noexcept;
2100721007

2100821008
constexpr mapping& operator=(const mapping&) noexcept = default;
@@ -21622,10 +21622,10 @@
2162221622
constexpr explicit(rank_ > 0)
2162321623
mapping(const layout_stride::mapping<OtherExtents>&);
2162421624
template<class LayoutRightPaddedMapping>
21625-
constexpr explicit( @\seebelow@ )
21625+
constexpr explicit(@\seebelow@)
2162621626
mapping(const LayoutRightPaddedMapping&);
2162721627
template<class LayoutLeftPaddedMapping>
21628-
constexpr explicit( @\seebelow@ )
21628+
constexpr explicit(@\seebelow@)
2162921629
mapping(const LayoutLeftPaddedMapping&) noexcept;
2163021630

2163121631
constexpr mapping& operator=(const mapping&) noexcept = default;
@@ -21963,7 +21963,7 @@
2196321963
\indexlibraryctor{layout_right_padded::mapping}%
2196421964
\begin{itemdecl}
2196521965
template<class LayoutRightPaddedMapping>
21966-
constexpr explicit( @\seebelow@ )
21966+
constexpr explicit(@\seebelow@)
2196721967
mapping(const LayoutRightPaddedMapping& other);
2196821968
\end{itemdecl}
2196921969

@@ -22029,7 +22029,7 @@
2202922029
\indexlibraryctor{layout_right_padded::mapping}%
2203022030
\begin{itemdecl}
2203122031
template<class LayoutLeftPaddedMapping>
22032-
constexpr explicit( @\seebelow@ )
22032+
constexpr explicit(@\seebelow@)
2203322033
mapping(const LayoutLeftPaddedMapping& other) noexcept;
2203422034
\end{itemdecl}
2203522035

0 commit comments

Comments
 (0)