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