We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94874b7 commit b684ba4Copy full SHA for b684ba4
clang/test/Preprocessor/feature_tests.cpp
@@ -34,7 +34,8 @@
34
!__has_builtin(__has_unique_object_representations) || \
35
!__has_builtin(__is_trivially_equality_comparable) || \
36
!__has_builtin(__reference_constructs_from_temporary) || \
37
- !__has_builtin(__reference_binds_to_temporary)
+ !__has_builtin(__reference_binds_to_temporary) || \
38
+ !__has_builtin(__reference_converts_from_temporary)
39
#error Clang should have these
40
#endif
41
0 commit comments