We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149cf11 commit 400b8ddCopy full SHA for 400b8dd
modules/javafx.web/src/main/native/Source/ThirdParty/icu/source/i18n/fmtable.cpp
@@ -56,7 +56,7 @@ using number::impl::DecimalQuantity;
56
// Return true if *a == *b.
57
static inline UBool objectEquals(const UObject* a, const UObject* b) {
58
// LATER: return *a == *b;
59
- return *((const Measure*) a) == *((const Measure*) b);
+ return *((const Measure*) a) == *b;
60
}
61
62
// Return a clone of *a.
0 commit comments