Skip to content

Commit

Permalink
[mdspan.layout.{left,right}.overview] Replace "see below" with condition
Browse files Browse the repository at this point in the history
The condition is spelled out in the item descriptions already, and the
class synopses seem to simply have been inconsistent with that in the
incoming paper P0009R18. Since the "see below"s are never referenced
explicitly, we just replace them with the actual conditions, which is
also how the surrounding members are presented.
  • Loading branch information
tkoeppe committed Sep 4, 2022
1 parent f4370cb commit 47c1aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19040,7 +19040,7 @@
constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
mapping(const mapping<OtherExtents>&) noexcept;
template<class OtherExtents>
constexpr explicit(@\seebelow@)
constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
mapping(const layout_right::mapping<OtherExtents>&) noexcept;
template<class OtherExtents>
constexpr explicit(extents_type::rank() > 0)
Expand Down

0 comments on commit 47c1aef

Please sign in to comment.