]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/double-conversion-bignum.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / double-conversion-bignum.h
index d1af3bf5e77b15a84633da46ea48188d35609b7e..d39a3dee010d8b315e6a19ad19be2659e91aca5f 100644 (file)
@@ -150,7 +150,7 @@ class Bignum {
   // The Bignum's value equals value(bigits_) * 2^(exponent_ * kBigitSize).
   int exponent_;
 
-  DISALLOW_COPY_AND_ASSIGN(Bignum);
+  DC_DISALLOW_COPY_AND_ASSIGN(Bignum);
 };
 
 }  // namespace double_conversion