We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cf6be commit 5f647a5Copy full SHA for 5f647a5
1 file changed
selfcheck.sh
@@ -95,6 +95,7 @@ elif [ "$cxx_type" = "Apple" ]; then
95
inc="$inc -I$sdk_path/usr/include/c++/v1"
96
inc="$inc -I$sdk_path/usr/include"
97
inc="$inc -I$sdk_path/usr/include/i386"
98
+ echo $sdk_path/usr/include/c++/v1/__type_traits/is_trivially_destructible.h
99
else
100
echo "unknown compiler '$cxx_type'"
101
exit 1
0 commit comments