Skip to content

Commit d823281

Browse files
author
Erich Keane
authored
[expr.prim.id.general] Add missing semicolon in example (#4956)
1 parent b6f5885 commit d823281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@
13701370
\begin{codeblock}
13711371
template<typename T> struct A {
13721372
static void f(int) requires false;
1373-
}
1373+
};
13741374

13751375
void g() {
13761376
A<int>::f(0); // error: cannot call \tcode{f}

0 commit comments

Comments
 (0)