We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fdb94 commit 4caff6aCopy full SHA for 4caff6a
1 file changed
selfcheck.sh
@@ -96,6 +96,7 @@ else
96
exit 1
97
fi
98
99
+# run with -std=gnuc++* so __has_include(...) is available
100
./simplecpp simplecpp.cpp -e -f -std=gnu++11 $defs $inc
101
ec=$?
102
if [ $ec -ne 0 ]; then
0 commit comments