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

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 16 07:53:15 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."
----------------
philnik777 wrote:

This should still not be "norhing to do". That means there is no library-affecting change in the standard, not that we've already implemented it.

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


More information about the libcxx-commits mailing list