Skip to content

Commit c15066e

Browse files
committed
Editorial improvements
1 parent 606b598 commit c15066e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xml/issue4272.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
Commonly, two layouts are considered convertible, if the underlying
1616
`extent_types` are convertible.
1717
<p/>
18-
However, for the two ctors `layout_left(layout_stride)` and
19-
`layout_right(layout_stride)`, the condition is <tt>rank &gt; 0</tt>. Therefore,
18+
However, for the two ctors `layout_left::mapping(layout_stride::mapping)` and
19+
`layout_right::mapping(layout_stride::mapping)`, the condition is <tt>rank &gt; 0</tt>.
20+
Therefore,
2021
</p>
2122
<blockquote><pre>
2223
using E1 = std::extents&lt;int&gt;;
@@ -56,7 +57,7 @@ This wording is relative to <paper num="N5008"/>.
5657
[<i>Drafting note</i>: As drive-by fixes the edits for <tt>layout_left_padded&lt;&gt;::mapping</tt> and
5758
<tt>layout_right_padded&lt;&gt;::mapping</tt> also correct an editorial asymmetry between class
5859
header synopsis declaration form and prototype specification form of the corresponding
59-
constructors and adjust to the correct spelling of the exposition-only data member <tt><i>rank_</i></tt>.]
60+
constructors and adjust to the correct formatting of the exposition-only data member <tt><i>rank_</i></tt>.]
6061
</p>
6162
</blockquote>
6263

0 commit comments

Comments
 (0)