We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e01f143 + 470cbbe commit a4ebdfdCopy full SHA for a4ebdfd
singleheader/amalgamate.sh
@@ -132,6 +132,7 @@ cat <<< '
132
int main(int argc, char *argv[]) {
133
if(argc < 2) {
134
std::cerr << "Please specify at least one file name. " << std::endl;
135
+ return EXIT_FAILURE;
136
}
137
const char * filename = argv[1];
138
simdjson::dom::parser parser;
singleheader/amalgamate_demo.cpp
@@ -6,6 +6,7 @@
6
7
8
9
10
11
12
@@ -42,4 +43,3 @@ int main(int argc, char *argv[]) {
42
43
44
return EXIT_SUCCESS;
45
-
0 commit comments