Skip to content

Commit e651f14

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 06dcf05 commit e651f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
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)
@@ -19292,7 +19292,7 @@
1929219292
constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
1929319293
mapping(const mapping<OtherExtents>&) noexcept;
1929419294
template<class OtherExtents>
19295-
constexpr explicit(@\seebelow@)
19295+
constexpr explicit(!is_convertible_v<OtherExtents, extents_type>)
1929619296
mapping(const layout_left::mapping<OtherExtents>&) noexcept;
1929719297
template<class OtherExtents>
1929819298
constexpr explicit(extents_type::rank() > 0)

0 commit comments

Comments
 (0)