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

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 7 04:29:11 PDT 2024


================
@@ -46,6 +46,7 @@ Implemented Papers
 - P2872R3 - Remove ``wstring_convert`` From C++26
 - P3142R0 - Printing Blank Lines with ``println`` (as DR against C++23)
 - P2944R3 - Comparisons for ``reference_wrapper`` (comparison operators for ``reference_wrapper`` only)
+- P2968R2 - Make ``std::ignore`` a first-class object (as DR against C++11)
----------------
H-G-Hristov wrote:

@mordante Thanks. I think I just addressed these comments. Let's see if the CI will get green first.

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


More information about the libcxx-commits mailing list