@@ -20999,10 +20999,10 @@
20999
20999
constexpr explicit(extents_type::rank() > 0)
21000
21000
mapping(const layout_stride::mapping<OtherExtents>&);
21001
21001
template<class LayoutLeftPaddedMapping>
21002
- constexpr explicit( @\seebelow@ )
21002
+ constexpr explicit(@\seebelow@)
21003
21003
mapping(const LayoutLeftPaddedMapping&);
21004
21004
template<class LayoutRightPaddedMapping>
21005
- constexpr explicit( @\seebelow@ )
21005
+ constexpr explicit(@\seebelow@)
21006
21006
mapping(const LayoutRightPaddedMapping&) noexcept;
21007
21007
21008
21008
constexpr mapping& operator=(const mapping&) noexcept = default;
@@ -21622,10 +21622,10 @@
21622
21622
constexpr explicit(rank_ > 0)
21623
21623
mapping(const layout_stride::mapping<OtherExtents>&);
21624
21624
template<class LayoutRightPaddedMapping>
21625
- constexpr explicit( @\seebelow@ )
21625
+ constexpr explicit(@\seebelow@)
21626
21626
mapping(const LayoutRightPaddedMapping&);
21627
21627
template<class LayoutLeftPaddedMapping>
21628
- constexpr explicit( @\seebelow@ )
21628
+ constexpr explicit(@\seebelow@)
21629
21629
mapping(const LayoutLeftPaddedMapping&) noexcept;
21630
21630
21631
21631
constexpr mapping& operator=(const mapping&) noexcept = default;
21963
21963
\indexlibraryctor{layout_right_padded::mapping}%
21964
21964
\begin{itemdecl}
21965
21965
template<class LayoutRightPaddedMapping>
21966
- constexpr explicit( @\seebelow@ )
21966
+ constexpr explicit(@\seebelow@)
21967
21967
mapping(const LayoutRightPaddedMapping& other);
21968
21968
\end{itemdecl}
21969
21969
22029
22029
\indexlibraryctor{layout_right_padded::mapping}%
22030
22030
\begin{itemdecl}
22031
22031
template<class LayoutLeftPaddedMapping>
22032
- constexpr explicit( @\seebelow@ )
22032
+ constexpr explicit(@\seebelow@)
22033
22033
mapping(const LayoutLeftPaddedMapping& other) noexcept;
22034
22034
\end{itemdecl}
22035
22035
0 commit comments