[libcxx-commits] [libcxx] [libc++][ranges] implement LWG3715 (PR #85004)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 12 20:35:00 PDT 2024
================
@@ -0,0 +1,31 @@
+//===----------------------------------------------------------------------===//
+//
+// 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, c++17
+
+// LWG 3715: `view_interface::empty` is overconstrained
----------------
Zingam wrote:
Is there a file empty.pass.cpp or similar? This is where this test should be put in.
https://github.com/llvm/llvm-project/pull/85004
More information about the libcxx-commits
mailing list