[libcxx-commits] [PATCH] D136657: [libc++][ranges][NFC] Revamp the Ranges status page

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 26 09:46:21 PDT 2022


Mordante added a comment.

> After discussing this with @ldionne, I decided to drop the duplication. IIUC, we will switch to using GitHub issues to track these at some point, so ultimately it's not super important how we approach this.

+1 for doing this in GitHub

I recall we discussed that in the past but it required GitHub projects to be enabled for LLVM.



================
Comment at: libcxx/docs/Status/Cxx2bPapers.csv:65
+"`P2278R4 <https://wg21.link/P2278R4>`__","LWG","``cbegin`` should always return a constant iterator","July 2022","","","|ranges|"
+"`P2286R8 <https://wg21.link/P2286R8>`__","LWG","Formatting Ranges","July 2022","","","|format| |ranges|"
 "`P2291R3 <https://wg21.link/P2291R3>`__","LWG","Add Constexpr Modifiers to Functions ``to_chars`` and ``from_chars`` for Integral Types in ``<charconv>`` Header","July 2022","|Complete|","16.0"
----------------
var-const wrote:
> Mordante wrote:
> > This will be a merge conflict, the status is partial https://libcxx.llvm.org/Status/Cxx2b.html
> Thanks! Should I add you as an assignee on this in the `RangesMajorFeatures.csv` list? (it's primarily to make sure we don't accidentally duplicate work)
Yes please assign it to me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136657



More information about the libcxx-commits mailing list