]> granicus.if.org Git - icu/commit
ICU-20877 i18n: Don't use C++11 math
authorRosen Penev <rosenp@gmail.com>
Wed, 11 Dec 2019 21:25:32 +0000 (13:25 -0800)
committerShane F. Carr <shane@unicode.org>
Thu, 12 Dec 2019 04:55:23 +0000 (20:55 -0800)
commit8fda72f6d8e442c5382f21cdd884e2c962bb53bd
tree44165ee4f41bb1a13e05aff7182668e45603cb13
parentc6fd07cdecce8fc3a517258d5145e89cd2781a9b
ICU-20877 i18n: Don't use C++11 math

It's not available with some libc implementations. Specifically,
BIONIC and uClibc-ng. uprv_ variants are available.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
icu4c/source/i18n/decimfmt.cpp
icu4c/source/i18n/number_decimalquantity.cpp