[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
Fri Jul 5 11:16:01 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)
----------------
mordante wrote:

This was not voted as DR in the plenary. Why have you implemented it as a DR?

I'm not against changing `operator=(auto&&) const` to `operator=(const auto &) const` for all language versions, but I feel that should be mentioned separately in the release notes.

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


More information about the libcxx-commits mailing list