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 b92ffcb commit cba8f24Copy full SHA for cba8f24
libcxx/include/__type_traits/reference_constructs_from_temporary.h
@@ -18,7 +18,7 @@
18
19
_LIBCPP_BEGIN_NAMESPACE_STD
20
21
-#if __has_builtin(__reference_constructs_from_temporary) || \
+#if __has_builtin(__reference_constructs_from_temporary) || \
22
(defined(_LIBCPP_COMPILER_CLANG_BASED) && (__clang_major__ >= 19) && (__clang_minor__ >= 1) && \
23
(__clang_patchlevel__ >= 2))
24
0 commit comments