Skip to content

Commit

Permalink
[mdspan.layout] Remove superfluous spacing around \seebelow (#6961)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewillk committed Apr 30, 2024
1 parent 3333421 commit 33486e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20999,10 +20999,10 @@
constexpr explicit(extents_type::rank() > 0)
mapping(const layout_stride::mapping<OtherExtents>&);
template<class LayoutLeftPaddedMapping>
constexpr explicit( @\seebelow@ )
constexpr explicit(@\seebelow@)
mapping(const LayoutLeftPaddedMapping&);
template<class LayoutRightPaddedMapping>
constexpr explicit( @\seebelow@ )
constexpr explicit(@\seebelow@)
mapping(const LayoutRightPaddedMapping&) noexcept;

constexpr mapping& operator=(const mapping&) noexcept = default;
Expand Down Expand Up @@ -21622,10 +21622,10 @@
constexpr explicit(rank_ > 0)
mapping(const layout_stride::mapping<OtherExtents>&);
template<class LayoutRightPaddedMapping>
constexpr explicit( @\seebelow@ )
constexpr explicit(@\seebelow@)
mapping(const LayoutRightPaddedMapping&);
template<class LayoutLeftPaddedMapping>
constexpr explicit( @\seebelow@ )
constexpr explicit(@\seebelow@)
mapping(const LayoutLeftPaddedMapping&) noexcept;

constexpr mapping& operator=(const mapping&) noexcept = default;
Expand Down Expand Up @@ -21963,7 +21963,7 @@
\indexlibraryctor{layout_right_padded::mapping}%
\begin{itemdecl}
template<class LayoutRightPaddedMapping>
constexpr explicit( @\seebelow@ )
constexpr explicit(@\seebelow@)
mapping(const LayoutRightPaddedMapping& other);
\end{itemdecl}

Expand Down Expand Up @@ -22029,7 +22029,7 @@
\indexlibraryctor{layout_right_padded::mapping}%
\begin{itemdecl}
template<class LayoutLeftPaddedMapping>
constexpr explicit( @\seebelow@ )
constexpr explicit(@\seebelow@)
mapping(const LayoutLeftPaddedMapping& other) noexcept;
\end{itemdecl}

Expand Down

0 comments on commit 33486e0

Please sign in to comment.