We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b9775 commit 50dab9fCopy full SHA for 50dab9f
1 file changed
selfcheck.sh
@@ -32,6 +32,7 @@ if [ "$cxx_type" = "g++" ]; then
32
elif [ "$cxx_type" = "clang" ]; then
33
#clang_ver=$($CXX -dumpversion)
34
#clang_ver=${clang_ver%%.*}
35
+ find /usr/include -name cctype
36
./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__BYTE_ORDER__ -I"/usr/include/c++/v1"
37
ec=$?
38
if [ $ec -ne 0 ]; then
0 commit comments