Skip to content

Commit

Permalink
[class.conv.fct] Fix reference to 'ref-qualifier-seq'
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian authored and tkoeppe committed Nov 8, 2023
1 parent dc6eed0 commit 17c0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@
a function declarator\iref{dcl.fct} of the form
\begin{ncsimplebnf}
ptr-declarator \terminal{(} parameter-declaration-clause \terminal{)} \opt{cv-qualifier-seq}\br
\bnfindent \opt{ref-qualifier-seq} \opt{noexcept-specifier} \opt{attribute-specifier-seq}
\bnfindent \opt{ref-qualifier} \opt{noexcept-specifier} \opt{attribute-specifier-seq}
\end{ncsimplebnf}
where the \grammarterm{ptr-declarator} consists solely of
an \grammarterm{id-expression},
Expand Down

0 comments on commit 17c0992

Please sign in to comment.