[libcxx-commits] [libcxx] [libc++] Update the status for lwg-3120 (PR #116772)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 15 23:48:54 PST 2025
================
@@ -0,0 +1,52 @@
+// -*- C++ -*-
+//===----------------------------------------------------------------------===//
+//
+// 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, c++11, c++14
----------------
philnik777 wrote:
```suggestion
// REQUIRES: std-at-least-c++17
```
Might as well make use of the new features.
https://github.com/llvm/llvm-project/pull/116772
More information about the libcxx-commits
mailing list