[libcxx-commits] [libcxx] [libc++][docs] Confirm that P3136R1 Retiring niebloids is Nothing To Do (PR #135932)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 26 22:27:26 PDT 2025


================
@@ -76,7 +76,7 @@
 "`P2422R1 <https://wg21.link/P2422R1>`__","Remove ``nodiscard`` annotations from the standard library specification","2024-06 (St. Louis)","|Complete|","19","``nodiscard`` attributes were kept as a conforming extension"
 "`P2300R10 <https://wg21.link/P2300R10>`__","``std::execution``","2024-06 (St. Louis)","","",""
 "","","","","",""
-"`P3136R1 <https://wg21.link/P3136R1>`__","Retiring niebloids","2024-11 (Wrocław)","","",""
+"`P3136R1 <https://wg21.link/P3136R1>`__","Retiring niebloids","2024-11 (Wrocław)","|Nothing To Do|","","libc++ has been implementing niebloids as customization point objects since they are initially added."
----------------
frederick-vs-ja wrote:

OOPS. I was probably wrong.

https://reviews.llvm.org/D116570 (63a991d0358970d76700d084f05eb95cd29234c0) seems to be the commit that implemented P3136R1 in LLVM 14.

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


More information about the libcxx-commits mailing list