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 8cec474 commit d0e0416Copy full SHA for d0e0416
libcxx/include/__config
@@ -1224,8 +1224,7 @@ typedef __char32_t char32_t;
1224
# endif
1225
1226
// TODO(LLVM 22): Remove this macro once LLVM19 support ends.
1227
-# if __has_builtin(__reference_converts_from_temporary) || \
1228
- (defined(_LIBCPP_CLANG_VER) && (_LIBCPP_CLANG_VER == 1901))
+# if __has_builtin(__reference_converts_from_temporary) || (defined(_LIBCPP_CLANG_VER) && (_LIBCPP_CLANG_VER == 1901))
1229
# define _LIBCPP_HAS_REFERENCE_CONVERTS_FROM_TEMPORARY 1
1230
# else
1231
# define _LIBCPP_HAS_REFERENCE_CONVERTS_FROM_TEMPORARY 0
0 commit comments