Skip to content

Commit d475e13

Browse files
committed
Tweak 4534 P/R during telecon
1 parent 664a776 commit d475e13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/issue4534.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ let <code><i>VAL</i>&lt;T&gt;</code> for some type `T` be an expression defined
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>
6161
<li><p><ins>(4.3.4) &mdash; otherwise, if `T` is a complete class type,
62-
then `C(T)` is the union of `C(U)`, where `U` is the type of each (possibly indirect) non-static data member of `T`;
62+
then `C(T)` is the union of the sets `C(U)`, for each `U` that is the type of a
63+
(possibly indirect) non-static data member of `T`;
6364
</ins></p></li>
6465
<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>.
6566
</ins></p></li>

0 commit comments

Comments
 (0)