[libcxx-commits] [PATCH] D70631: Microsoft's floating-point to_chars powered by Ryu and Ryu Printf

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 24 03:06:07 PDT 2021


Mordante marked an inline comment as done.
Mordante added inline comments.


================
Comment at: libcxx/docs/Status/Cxx17.rst:43
 
+   .. [#note-P0067] P0067: ``std::(to|from)_chars`` for integrals has been available since version 7.0. ``std::to_chars`` for ``float`` and ``double`` since version 14.0.
    .. [#note-P0433] P0433: So far, only the ``<string>``, sequence containers, container adaptors and ``<regex>`` portions of P0433 have been implemented.
----------------
h-vetinari wrote:
> I was under the [[ https://twitter.com/lemire/status/1417215574657179657 | impression ]] that https://reviews.llvm.org/rG87c016078ad72c46505461e4ff8bfa04819fe7ba did most of the work for `from_chars`?
Thanks for both links I wasn't aware of this effort!
At the moment I'm too busy with `<format>` to look at `from_chars`, but this is useful when somebody starts working on `from_chars`.
(I might look at it when I finished the larger projects I'm working on.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70631



More information about the libcxx-commits mailing list