We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d46a4d commit 287fc11Copy full SHA for 287fc11
1 file changed
selfcheck.sh
@@ -33,6 +33,7 @@ if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
33
defs="$defs -D__has_builtin(x)=(1)"
34
defs="$defs -D__has_cpp_attribute(x)=(1)"
35
defs="$defs -D__has_attribute(x)=(1)"
36
+ defs="$defs -Ddefined(x)=(0)"
37
38
inc=
39
while read line
@@ -53,7 +54,7 @@ elif [ "$cxx_type" = "clang" ]; then
53
54
55
56
defs="$defs -D__has_feature(x)=(1)"
- defs="$defs -D__has_include_next(x)=(0)"
57
+ defs="$defs -D__has_include_next(x)=(1)"
58
defs="$defs -D__has_attribute(x)=(0)"
59
defs="$defs -D__building_module(x)=(0)"
60
defs="$defs -D__has_extension(x)=(1)"
0 commit comments