Skip to content

Commit ce1cc3b

Browse files
JohelEGPtkoeppe
authored andcommitted
[expr.const] Remove redundant "ill-formed" in "error" comment
1 parent 1bb52db commit ce1cc3b

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
@@ -7955,7 +7955,7 @@
79557955
return h<T>();
79567956
}
79577957

7958-
int i = hh<int>(); // error: ill-formed, \tcode{hh<int>()} is an immediate-escalating expression
7958+
int i = hh<int>(); // error: \tcode{hh<int>()} is an immediate-escalating expression
79597959
// outside of an immediate-escalating function
79607960

79617961
struct A {

0 commit comments

Comments
 (0)