summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/double-conversion/bignum.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2018-04-27 10:38:18 +0200
committerUlf Hermann <ulf.hermann@qt.io>2018-05-02 14:19:32 +0000
commit6a39e49a6cdeb28a04a3657bb6a22f848d5dfa9d (patch)
tree5378e376b96ebb38d7bd9b16c9d4e400fef217b9 /src/3rdparty/double-conversion/bignum.h
parentfa854f214a3c812e5548ff55d179dd07ef99053b (diff)
Upgrade double-conversion to v3.0.0
This fixes their issue #41, a potential undefined behavior. We preserve the locally added "__ghs" clause as well as the _M_ARM_FP clause necessary for winrt in utils.h. [ChangeLog][Third-Party Code] double-conversion got updated to upstream version 3.0.0. Task-number: QTBUG-66561 Change-Id: Id79125bdeeaebb61dca2e2885d3370accce9030c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/3rdparty/double-conversion/bignum.h')
-rw-r--r--src/3rdparty/double-conversion/bignum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/double-conversion/bignum.h b/src/3rdparty/double-conversion/bignum.h
index 5ec3544f57..c385f2237b 100644
--- a/src/3rdparty/double-conversion/bignum.h
+++ b/src/3rdparty/double-conversion/bignum.h
@@ -49,7 +49,6 @@ class Bignum {
void AssignPowerUInt16(uint16_t base, int exponent);
- void AddUInt16(uint16_t operand);
void AddUInt64(uint64_t operand);
void AddBignum(const Bignum& other);
// Precondition: this >= other.