Skip to content

Commit b8dd9e2

Browse files
P3136R1 was essentially implemented in LLVM 14
See https://reviews.llvm.org/D116570.
1 parent e375ab7 commit b8dd9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/docs/Status/Cxx2cPapers.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"`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"
7777
"`P2300R10 <https://wg21.link/P2300R10>`__","``std::execution``","2024-06 (St. Louis)","","",""
7878
"","","","","",""
79-
"`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."
79+
"`P3136R1 <https://wg21.link/P3136R1>`__","Retiring niebloids","2024-11 (Wrocław)","|Complete|","14",""
8080
"`P3138R5 <https://wg21.link/P3138R5>`__","``views::cache_latest``","2024-11 (Wrocław)","","",""
8181
"`P3379R0 <https://wg21.link/P3379R0>`__","Constrain ``std::expected`` equality operators","2024-11 (Wrocław)","","",""
8282
"`P2862R1 <https://wg21.link/P2862R1>`__","``text_encoding::name()`` should never return null values","2024-11 (Wrocław)","","",""

libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
//
3333
// As of P3136R1, niebloids (formally known as algorithm function objects) are required to be CPOs.
3434
//
35-
// libc++ always implements niebloids in the same way as CPOs;
35+
// libc++ implements niebloids in the same way as CPOs since LLVM 14;
3636
// therefore this file should stay in sync with ./cpo.compile.pass.cpp.
3737

3838
template <class CPO, class... Args>

0 commit comments

Comments
 (0)