We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35201ba commit 6c9488aCopy full SHA for 6c9488a
1 file changed
selfcheck.sh
@@ -37,6 +37,7 @@ if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
37
inc="$inc -I$line"
38
done <<< "$($CXX -x c++ -v -c -S - 2>&1 < /dev/null | grep -e'^ [/A-Z]' | grep -v /cc1plus)"
39
elif [ "$cxx_type" = "clang" ]; then
40
+ cat C:/msys64/clang64/include/c++/v1/__mbstate_t.h
41
# libstdc++
42
defs=
43
defs="$defs -D__x86_64__"
0 commit comments