gecko-dev/mozglue/misc/decimal
serge-sans-paille 4d45ebfda3 Bug 1845441 - get rid of global constructors in dom/html/HTMLInputElement.cpp r=mstange,dom-core,mccr8
This requires to make existing Decimal constructor constexpr, which is
incompatible with the weak linkage implied by MFBT_API.

As an alternative, provide a constexpr user-defined-literal that creates
a temporary DecimalLiteral that can be used by a new Decimal constexpr
constructor.

Differential Revision: https://phabricator.services.mozilla.com/D184552
2023-08-23 07:51:44 +00:00
..
Decimal.cpp
Decimal.h
DoubleConversion.h
UPSTREAM-GIT-SHA
add-doubleconversion-impl.patch
comparison-with-nan.patch
fix-wshadow-warnings.patch
mfbt-abi-markers.patch
moz-constexpr-decimal.patch
moz-decimal-utils.h
to-moz-dependencies.patch
update.sh
zero-serialization.patch