ICU-21523 Declare default impl for copy operator for GCC warning

This commit is contained in:
Elango Cheran 2021-04-09 15:55:46 -07:00 committed by Frank Yung-Fong Tang
parent 060687b1a2
commit 581c427557

View file

@ -324,6 +324,7 @@ class U_I18N_API FixedDecimal: public IFixedDecimal, public UObject {
static int64_t getFractionalDigits(double n, int32_t v);
static int32_t decimals(double n);
FixedDecimal& operator=(const FixedDecimal& other) = default;
bool operator==(const FixedDecimal &other) const;
UnicodeString toString() const;