[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
Tue Mar 23 03:56:02 PDT 2021


tmatheson updated this revision to Diff 332603.
tmatheson added a comment.

- Add tests for double and long double
- Replace lambda with macro (there are C++03 builds, and filename/line number are not output when using lambda)
- Remove constexpr (C++03 builds)
- Undo refactoring of old tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99091

Files:
  libcxx/include/locale
  libcxx/src/locale.cpp
  libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp
  libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp
  libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float_common.h
  libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99091.332603.patch
Type: text/x-patch
Size: 25479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210323/57b36fff/attachment-0001.bin>


More information about the libcxx-commits mailing list