Skip to content

Commit 8e74a4c

Browse files
committed
Massage error message for last PR and update build number
1 parent 0f427e9 commit 8e74a4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

regression-tests/test-results/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppfront compiler v0.2.1 Build 8809:2009
2+
cppfront compiler v0.2.1 Build 8810:1701
33
Copyright(c) Herb Sutter All rights reserved
44

55
SPDX-License-Identifier: CC-BY-NC-ND-4.0

source/build.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"8809:2009"
1+
"8810:1701"

source/parse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6517,7 +6517,7 @@ class parser
65176517
&& !n->template_parameters
65186518
)
65196519
{
6520-
error("'requires' is only valid for a type with a template parameter list");
6520+
error("'requires' is not allowed on a type that does not have a template parameter list");
65216521
return {};
65226522
}
65236523

0 commit comments

Comments
 (0)