[libcxx-commits] [PATCH] D101085: [libc++][doc] Adds a Format library status page.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 22 10:27:42 PDT 2021
zoecarver accepted this revision as: zoecarver.
zoecarver added a comment.
Love this. Thanks for working on it. I say ship it!
================
Comment at: libcxx/docs/FormatProposalStatus.csv:2
+Section,Description,Dependencies,Assignee,Patch,Status,First released version
+[charconv.to.chars],Fix integral conformance,,Mark de Wever,`D97705 <https://llvm.org/D97705>`__,WIP,
+[charconv.to.chars],Add floating-point conversion,`D97705 <https://llvm.org/D97705>`__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,WIP,
----------------
Nit: we say "In Progress" in the other status documents, so might make sense to say that instead of WIP here. That being said, people will get the idea, so I don't think it matters too much. You could fix this locally, leave it, or fix it later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101085/new/
https://reviews.llvm.org/D101085
More information about the libcxx-commits
mailing list