Skip to content

Commit 17c0992

Browse files
sdkrystiantkoeppe
authored andcommitted
[class.conv.fct] Fix reference to 'ref-qualifier-seq'
1 parent dc6eed0 commit 17c0992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,7 @@
24382438
a function declarator\iref{dcl.fct} of the form
24392439
\begin{ncsimplebnf}
24402440
ptr-declarator \terminal{(} parameter-declaration-clause \terminal{)} \opt{cv-qualifier-seq}\br
2441-
\bnfindent \opt{ref-qualifier-seq} \opt{noexcept-specifier} \opt{attribute-specifier-seq}
2441+
\bnfindent \opt{ref-qualifier} \opt{noexcept-specifier} \opt{attribute-specifier-seq}
24422442
\end{ncsimplebnf}
24432443
where the \grammarterm{ptr-declarator} consists solely of
24442444
an \grammarterm{id-expression},

0 commit comments

Comments
 (0)