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

Krisztián Paczári via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 27 02:39:46 PDT 2021


chrispy 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_char`` 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.
----------------
Typo:
to_char -> to_chars
... for `float` and `double` since version 14.0.


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