Skip to content

Commit adeb329

Browse files
committed
CWG2874 Qualified declarations of partial specializations
1 parent a09472c commit adeb329

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/declarations.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,9 @@
15121512
\indextext{name!elaborated!\idxcode{enum}}%
15131513
If an \grammarterm{elaborated-type-specifier} is the sole constituent of a
15141514
declaration, the declaration is ill-formed unless it is an explicit
1515-
specialization\iref{temp.expl.spec}, an explicit
1515+
specialization\iref{temp.expl.spec},
1516+
a partial specialization\iref{temp.spec.partial},
1517+
an explicit
15161518
instantiation\iref{temp.explicit} or it has one of the following
15171519
forms:
15181520

@@ -1527,7 +1529,7 @@
15271529
The second case shall appear only
15281530
in an \grammarterm{explicit-specialization}\iref{temp.expl.spec} or
15291531
in a \grammarterm{template-declaration}
1530-
(where it declares a partial specialization\iref{temp.decls}).
1532+
(where it declares a partial specialization).
15311533
The \grammarterm{attribute-specifier-seq}, if any, appertains
15321534
to the class or template being declared.
15331535

0 commit comments

Comments
 (0)