[libcxx-commits] [PATCH] D114682: [libcxx][doc] Document recent spaceship projects progress

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 29 09:31:42 PST 2021


Mordante requested changes to this revision.
Mordante added a comment.
This revision now requires changes to proceed.

In general LGTM, but the `<charconv>` changes are wrong.



================
Comment at: libcxx/docs/Status/FormatPaper.csv:4
 `[charconv.to.chars] <https://wg21.link/charconv.to.chars>`_,"Add floating-point conversion",`D100722 <https://llvm.org/D100722>`__,"Mark de Wever (Code provided by Stephan T. Lavavej of Microsoft)",`D70631 <https://llvm.org/D70631>`__,|In Progress|,
+`[charconv.syn] <https://wg21.link/charconv.syn>`_,| Add (to|from)_chars_result operator==,None,Mark de Wever,`D112366 <https://reviews.llvm.org/D112366>`_,|Complete|,Clang 14
 `[format.error] <https://wg21.link/format.error>`_,"Class format_error",,Mark de Wever,`D92214 <https://llvm.org/D92214>`__,|Complete|,Clang 13
----------------
As mention on Discord, this is wrong. This change belongs to P1614.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114682



More information about the libcxx-commits mailing list