[libcxx-commits] [PATCH] D136522: [libcxx] patch for implementing	ranges::find_last
    Igor Zhukov via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Thu Mar  9 01:21:37 PST 2023
    
    
  
fsb4000 added inline comments.
================
Comment at: libcxx/docs/Status/Cxx2bPapers.csv:58
 "`P1222R4 <https://wg21.link/P1222R4>`__","LWG","A Standard ``flat_set``","July 2022","",""
-"`P1223R5 <https://wg21.link/P1223R5>`__","LWG","``ranges::find_last()``, ``ranges::find_last_if()``, and ``ranges::find_last_if_not()``","July 2022","","","|ranges|"
+"`P1223R5 <https://wg21.link/P1223R5>`__","LWG","``ranges::find_last()``, ``ranges::find_last_if()``, and ``ranges::find_last_if_not()``","July 2022","|Complete|","","|ranges|"
 "`P1467R9 <https://wg21.link/P1467R9>`__","LWG","Extended ``floating-point`` types and standard names","July 2022","",""
----------------
instead of 
"","|ranges|"
should be
"17.0","|ranges|"
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136522/new/
https://reviews.llvm.org/D136522
    
    
More information about the libcxx-commits
mailing list