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