Skip to content

Commit c831ec0

Browse files
committed
[class.derived.general] Revert renaming of grammar production
P2662R3 "Pack Indexing" proposed to rename the grammar production "class-or-decltyp" to "class-or-computed-type-specifier", without making matching changes elsewhere in the text. Since that change would break the existing wording and does not otherwise seem to have an beneficial effects, we are reverting it for the moment and await clarification.
1 parent a60e1c5 commit c831ec0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/classes.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3403,16 +3403,16 @@
34033403

34043404
\begin{bnf}
34053405
\nontermdef{base-specifier}\br
3406-
\opt{attribute-specifier-seq} class-or-computed-type-specifier\br
3407-
\opt{attribute-specifier-seq} \keyword{virtual} \opt{access-specifier} class-or-computed-type-specifier\br
3408-
\opt{attribute-specifier-seq} access-specifier \opt{\keyword{virtual}} class-or-computed-type-specifier
3406+
\opt{attribute-specifier-seq} class-or-decltype\br
3407+
\opt{attribute-specifier-seq} \keyword{virtual} \opt{access-specifier} class-or-decltype\br
3408+
\opt{attribute-specifier-seq} access-specifier \opt{\keyword{virtual}} class-or-decltype
34093409
\end{bnf}
34103410

34113411
\begin{bnf}
3412-
\nontermdef{class-or-computed-type-specifier}\br
3412+
\nontermdef{class-or-decltype}\br
34133413
\opt{nested-name-specifier} type-name\br
34143414
nested-name-specifier \keyword{template} simple-template-id\br
3415-
computed-type-specifier
3415+
decltype-specifier
34163416
\end{bnf}
34173417

34183418
\indextext{specifier access|see{access specifier}}%

0 commit comments

Comments
 (0)