[libcxx-commits] [PATCH] D99091: [locale][num_get] Improve Stage 2 of string to float conversion

Tomas Matheson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 10 08:37:00 PDT 2021


tmatheson added a comment.

> Yes the additional argument changes the ABI and should be an opt-in for the user. This can be done by adding a new define in `include/__config` in the block `#if defined(_LIBCPP_ABI_UNSTABLE) || _LIBCPP_ABI_VERSION >= 2`.

Thank you @Mordante, the change is now hidden behind the ABI flag.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99091



More information about the libcxx-commits mailing list