We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd1aeb commit f19bbaeCopy full SHA for f19bbae
regression-tests/test-results/version
@@ -1,5 +1,5 @@
1
2
-cppfront compiler v0.7.1 Build 9715:1523
+cppfront compiler v0.7.1 Build 9715:1649
3
Copyright(c) Herb Sutter All rights reserved
4
5
SPDX-License-Identifier: CC-BY-NC-ND-4.0
source/build.info
@@ -1 +1 @@
-"9715:1523"
+"9715:1649"
source/lex.h
@@ -1735,6 +1735,7 @@ auto lex_line(
1735
"string literal \"" + line.substr(i+1, j)
1736
+ "\" is missing its closing \""
1737
);
1738
+ return {};
1739
}
1740
1741
// At this point we have a string-literal, but it may contain
0 commit comments