]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/toupptrn.cpp
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / toupptrn.cpp
index 0678c36073c5d688b122f0e4a475e9a9e4c1f436..098dba9a3ce4f98977bf04e6ad47267bacb7750c 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
-*   Copyright (C) 2001-2004, International Business Machines
+*   Copyright (C) 2001-2007, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -47,11 +49,11 @@ UppercaseTransliterator::UppercaseTransliterator(const UppercaseTransliterator&
 /**
  * Assignment operator.
  */
-UppercaseTransliterator& UppercaseTransliterator::operator=(
+/*UppercaseTransliterator& UppercaseTransliterator::operator=(
                              const UppercaseTransliterator& o) {
     CaseMapTransliterator::operator=(o);
     return *this;
-}
+}*/
 
 /**
  * Transliterator API.