We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664a776 commit d475e13Copy full SHA for d475e13
xml/issue4534.xml
@@ -59,7 +59,8 @@ let <code><i>VAL</i><T></code> for some type `T` be an expression defined
59
then `C(T)` is the union of `C(U)` and `C(X)` for each type `X` in the parameter-type-list;
60
</ins></p></li>
61
<li><p><ins>(4.3.4) — 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`;
+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`;
64
65
<li><p><ins>(4.3.5) — otherwise, `C(T)` is the set containing the single element <code>remove_cv_t<T></code>.
66
0 commit comments