Skip to content

Commit 0fd850e

Browse files
committed
[temp.explicit] Fix unclear reference to elaborated-type-specifier
1 parent b6d9e27 commit 0fd850e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/templates.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6572,10 +6572,9 @@
65726572
shall appertain to an explicit instantiation.
65736573

65746574
\pnum
6575-
If the explicit instantiation is for a class or member class, the
6576-
\grammarterm{elaborated-type-specifier} in the \grammarterm{declaration}
6577-
shall include a \grammarterm{simple-template-id};
6578-
otherwise, the \grammarterm{declaration}
6575+
If the explicit instantiation is for a class or member class, the \grammarterm{declaration}
6576+
shall consist of a single \grammarterm{elaborated-type-specifier} that includes a
6577+
\grammarterm{simple-template-id}; otherwise, the \grammarterm{declaration}
65796578
shall be a \grammarterm{simple-declaration} whose \grammarterm{init-declarator-list}
65806579
comprises a single \grammarterm{init-declarator}
65816580
that does not have an \grammarterm{initializer}.

0 commit comments

Comments
 (0)