Skip to content

Commit 664a776

Browse files
committed
Fix numbering in 4534 P/R
1 parent 420af47 commit 664a776

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/issue4534.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ let <code><i>VAL</i>&lt;T&gt;</code> for some type `T` be an expression defined
5353
<ul style="list-style-type: none">
5454
<li><p><ins>(4.3.1) &mdash; if `T` is the type "array of `U`", "pointer to `U`", or "reference to `U`", then `C(T)` is `C(U)`;
5555
</ins></p></li>
56-
<li><p><ins>(4.2.2) &mdash; otherwise, if `T` is the type "pointer to member of class `X` of type `U`", then `C(T)` is the union of `C(X)` and `C(U)`;
56+
<li><p><ins>(4.3.2) &mdash; otherwise, if `T` is the type "pointer to member of class `X` of type `U`", then `C(T)` is the union of `C(X)` and `C(U)`;
5757
</ins></p></li>
58-
<li><p><ins>(4.2.3) &mdash; otherwise, if `T` is the type "`noexcept`<i><sub>opt</sub></i> function of parameter-type-list <i>cv-qualifier-seq<sub>opt</sub></i> <i>ref-qualifier<sub>opt</sub></i> returning `U`",
58+
<li><p><ins>(4.3.3) &mdash; otherwise, if `T` is the type "`noexcept`<i><sub>opt</sub></i> function of parameter-type-list <i>cv-qualifier-seq<sub>opt</sub></i> <i>ref-qualifier<sub>opt</sub></i> returning `U`",
5959
then `C(T)` is the union of `C(U)` and `C(X)` for each type `X` in the parameter-type-list;
6060
</ins></p></li>
61-
<li><p><ins>(4.2.4) &mdash; otherwise, if `T` is a complete class type,
61+
<li><p><ins>(4.3.4) &mdash; otherwise, if `T` is a complete class type,
6262
then `C(T)` is the union of `C(U)`, where `U` is the type of each (possibly indirect) non-static data member of `T`;
6363
</ins></p></li>
64-
<li><p><ins>(4.2.5) &mdash; otherwise, `C(T)` is the set containing the single element <code>remove_cv_t&lt;T&gt;</code>.
64+
<li><p><ins>(4.3.5) &mdash; otherwise, `C(T)` is the set containing the single element <code>remove_cv_t&lt;T&gt;</code>.
6565
</ins></p></li>
6666
</ul>
6767
</li>

0 commit comments

Comments
 (0)