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.
1 parent 13f88cf commit 8166c73Copy full SHA for 8166c73
1 file changed
selfcheck.sh
@@ -24,7 +24,7 @@ if [ "$cxx_type" = "g++" ]; then
24
gcc_ver=$($CXX -dumpversion)
25
find /usr/include -name cctype
26
find /usr/include -name c++config.h
27
- ./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__GNUC__ -D__STDC__ -D__STDC_HOSTED__ -D__CHAR_BIT__=8 -I"/usr/include" -I"/usr/include/linux" -I"/usr/include/c++/$gcc_ver" -I"/usr/include/c++/$gcc_ver/x86_64-pc-linux-gnu" -I"/usr/lib64/gcc/x86_64-pc-linux-gnu/$gcc_ver/include" -I"/usr/include/x86_64-linux-gnu/c++/$gcc_ver"
+ ./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__GNUC__ -D__STDC__ -D__STDC_HOSTED__ -D__CHAR_BIT__=8 -I"/usr/include" -I"/usr/include/linux" -I"/usr/include/c++/$gcc_ver" -I"/usr/include/c++/$gcc_ver/x86_64-pc-linux-gnu" -I"/usr/lib64/gcc/x86_64-pc-linux-gnu/$gcc_ver/include" -I"/usr/include/x86_64-linux-gnu/c++/$gcc_ver/v1"
28
ec=$?
29
if [ $ec -ne 0 ]; then
30
exit $ec
0 commit comments