Skip to content

Commit 908d522

Browse files
committed
2 parents b3a0339 + 00c689d commit 908d522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/parse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5205,7 +5205,7 @@ class parser
52055205
else {
52065206
auto msg = std::string("'");
52075207
msg += to_string_view(pass);
5208-
error( + "'' must be followed by a type-id");
5208+
error(msg + "' must be followed by a type-id");
52095209
}
52105210
}
52115211
else if (auto t = type_id()) {

0 commit comments

Comments
 (0)