mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-21523 Declare default impl for copy operator for GCC warning
This commit is contained in:
parent
060687b1a2
commit
581c427557
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue