[libcxx-commits] [libcxx] [libc++] P2641R4: Checking if a `union` alternative is active (`std::is_within_lifetime`) (PR #107450)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 10 06:49:16 PDT 2024
================
@@ -0,0 +1,32 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03
----------------
ldionne wrote:
```suggestion
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23
```
Since this is a 26 feature.
https://github.com/llvm/llvm-project/pull/107450
More information about the libcxx-commits
mailing list