[libcxx-commits] [PATCH] D135248: [libc++] implement move_iterator<T*> should be a random access iterator
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 1 10:26:07 PST 2023
ldionne added a comment.
In D135248#4156007 <https://reviews.llvm.org/D135248#4156007>, @jwakely wrote:
> In D135248#4155762 <https://reviews.llvm.org/D135248#4155762>, @ldionne wrote:
>
>> @jwakely Does libstdc++ implement P2520R0 in C++20 as a DR too?
>
> We didn't implement this yet, but Casey's position makes sense to me.
>
> I'm happy to do this for C++20 if you are doing it.
Ok, let's all do it then.
@phyBrackets Can you please add the note in another PR? This was committed sooner than I expected.
================
Comment at: libcxx/docs/Status/Cxx2bPapers.csv:87
"`P2517R1 <https://wg21.link/P2517R1>`__","LWG","Add a conditional ``noexcept`` specification to ``std::apply``","July 2022","",""
-"`P2520R0 <https://wg21.link/P2520R0>`__","LWG","``move_iterator`` should be a random access iterator","July 2022","","","|ranges|"
+"`P2520R0 <https://wg21.link/P2520R0>`__","LWG","``move_iterator`` should be a random access iterator","July 2022","|Complete|","17.0","|ranges|"
"`P2540R1 <https://wg21.link/P2540R1>`__","LWG","Empty Product for certain Views","July 2022","","","|ranges|"
----------------
Please add a note that we implement P2520R0 as a DR in C++20 as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135248/new/
https://reviews.llvm.org/D135248
More information about the libcxx-commits
mailing list