[libcxx-commits] [PATCH] D111501: [libc++][docs] Mark LWG3447 as complete

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 11 12:11:58 PDT 2021


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

LGTM but please look at my comment! Thanks for investigating :)



================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:11
 "`3432 <https://wg21.link/LWG3432>`__","Missing requirement for comparison_category","November 2020","",""
-"`3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` have different constraints","November 2020","",""
+"`3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` have different constraints","November 2020","|Complete|","13.0"
 "`3450 <https://wg21.link/LWG3450>`__","The const overloads of ``take_while_view::begin/end`` are underconstrained","November 2020","",""
----------------
This should say `14.0` here cause we did not enable ranges in 13.0 (it was incomplete).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111501



More information about the libcxx-commits mailing list