[libcxx-commits] [libcxx] [libc++][tuple][utility] P2968R2 Make `std::ignore` a first-class object (PR #97401)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 7 04:40:51 PDT 2024


================
@@ -0,0 +1,21 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+
+// <tuple>
----------------
mordante wrote:

Can you add a comment along the lines of
```
std::ignore should be provided by the headers <tuple> and <utility>.
This tests validates its presence in <tuple>.
```

https://github.com/llvm/llvm-project/pull/97401


More information about the libcxx-commits mailing list