[libcxx-commits] [libcxx] [libc++][type_traits] Implements "A type trait to detect reference binding to temporary" (PR #128649)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 5 22:45:20 PST 2025
================
@@ -0,0 +1,90 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: std-at-least-c++23
+
+// These compilers don't support std::reference_converts_from_temporary yet.
+// UNSUPPORTED: android && clang-19.0, apple-clang-15, apple-clang-16, clang-18
----------------
Zingam wrote:
Please check the comment above: https://github.com/llvm/llvm-project/pull/128649#discussion_r1982780610
https://github.com/llvm/llvm-project/pull/128649
More information about the libcxx-commits
mailing list