From 47c1aefa8035ef678d6ebf014efb210dd54e2cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Sun, 4 Sep 2022 13:08:42 +0100 Subject: [PATCH] [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. --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index d8c18b6cdd..3b46c3f7a9 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -19040,7 +19040,7 @@ constexpr explicit(!is_convertible_v) mapping(const mapping&) noexcept; template - constexpr explicit(@\seebelow@) + constexpr explicit(!is_convertible_v) mapping(const layout_right::mapping&) noexcept; template constexpr explicit(extents_type::rank() > 0)