Skip to content

Commit 3bd5fcb

Browse files
burblebeetkoeppe
authored andcommitted
CWG2913 Grammar for deduction-guide has requires-clause in the wrong position
1 parent 1348564 commit 3bd5fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2518,7 +2518,7 @@
25182518

25192519
\begin{bnf}
25202520
\nontermdef{deduction-guide}\br
2521-
\opt{explicit-specifier} template-name \terminal{(} parameter-declaration-clause \terminal{)} \opt{requires-clause} \terminal{->} simple-template-id \terminal{;}
2521+
\opt{explicit-specifier} template-name \terminal{(} parameter-declaration-clause \terminal{)} \terminal{->} simple-template-id \opt{requires-clause} \terminal{;}
25222522
\end{bnf}
25232523

25242524
\pnum

0 commit comments

Comments
 (0)