Skip to content

Commit 47c1aef

Browse files
committed
[mdspan.layout.{left,right}.overview] Replace "see below" with condition
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.
1 parent f4370cb commit 47c1aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -19040,7 +19040,7 @@
1904019040
constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
1904119041
mapping(const mapping<OtherExtents>&) noexcept;
1904219042
template<class OtherExtents>
19043-
constexpr explicit(@\seebelow@)
19043+
constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
1904419044
mapping(const layout_right::mapping<OtherExtents>&) noexcept;
1904519045
template<class OtherExtents>
1904619046
constexpr explicit(extents_type::rank() > 0)

0 commit comments

Comments
 (0)