[libcxx-commits] [PATCH] D64341: [libcxx] speedup to_string for floating point numbers

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 8 14:34:30 PDT 2019


mclow.lists added a comment.

I would like to hold this for a while; because in a few weeks, we should have an implementation of `to_chars` for floating point - which we may be able to use in `to_string` (like we did for the integral types).


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D64341





More information about the libcxx-commits mailing list