[libcxx-commits] [PATCH] D111598: [libc++][docs] Mark LWG3420 complete

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 12 07:51:38 PDT 2021


ldionne added inline comments.


================
Comment at: libcxx/docs/Status/Cxx2bIssues.csv:27
 "`3419 <https://wg21.link/LWG3419>`__","[algorithms.requirements]/15 doesn't reserve as many rights as it intends to","November 2020","",""
-"`3420 <https://wg21.link/LWG3420>`__","cpp17-iterator should check that the type looks like an iterator first","November 2020","",""
+"`3420 <https://wg21.link/LWG3420>`__","cpp17-iterator should check that the type looks like an iterator first","November 2020","|Complete|","11.0"
 "`3421 <https://wg21.link/LWG3421>`__","Imperfect ADL emulation for boolean-testable","November 2020","",""
----------------
Also, this wasn't done in LLVM 11 since we didn't implement concepts then, 14 is when we'll ship them for the first time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111598



More information about the libcxx-commits mailing list