[libcxx-commits] [PATCH] D125065: [libc++][ranges][NFC] Mark completed issues related to the One Ranges Proposal.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 6 10:11:36 PDT 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM with a comment, and once the CI is satisfied. Thanks a lot for the survey!



================
Comment at: libcxx/docs/Status/Cxx20Papers.csv:114
 "`P1135R6 <https://wg21.link/P1135R6>`__","LWG","The C++20 Synchronization Library","Cologne","|Complete|","11.0"
-"`P1207R4 <https://wg21.link/P1207R4>`__","LWG","Movability of Single-pass Iterators","Cologne","",""
+"`P1207R4 <https://wg21.link/P1207R4>`__","LWG","Movability of Single-pass Iterators","Cologne","|Complete|","15.0"
 "`P1208R6 <https://wg21.link/P1208R6>`__","LWG","Adopt source_location for C++20","Cologne","",""
----------------
Can we add a release note for the papers that we are marking as implemented?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125065/new/

https://reviews.llvm.org/D125065



More information about the libcxx-commits mailing list