You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2996_reflection/reflection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7870,7 +7870,7 @@ Produces an injected declaration `$D$` ([expr.const]) that provides a definition
7870
7870
7871
7871
- [#.1]{.pnum} The target scope of `$D$` is the scope to which `$C$` belongs ([basic.scope.scope]).
7872
7872
- [#.#]{.pnum} The locus of `$D$` follows immediately after the core constant expression currently under evaluation.
7873
-
- [#.#]{.pnum} If `$C$` is a specialization of a templated class `$T$`; then `$D$` is an explicit specialization of `$T$`.
7873
+
- [#.#]{.pnum} If `$C$` is a specialization, that is not a local class, of a templated class `$T$`; then `$D$` is an explicit specialization of `$T$`.
7874
7874
- [#.#]{.pnum} `$D$` contains a public non-static data member or unnamed bit-field corresponding to each `@$r$~$K$~@`. For every `@$r$~$L$~@` in `mdescrs` such that `$K$ < $L$`, the declaration of `@$r$~$K$~@` precedes the declaration of `@$r$~$L$~@`.
7875
7875
- [#.#]{.pnum} A non-static data member or unnamed bit-field corresponding to each `@$r$~$K$~@` is declared as follows:
0 commit comments