]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/usetiter.h
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / common / unicode / usetiter.h
index bf927b08cee86d0c1c8f99b88e8a8b81dd2f006d..a13867eee23c0747d9538c11d1a9ffc18e34b5a3 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 **********************************************************************
 * Copyright (c) 2002-2014, International Business Machines
@@ -16,6 +18,7 @@
  * \brief C++ API: UnicodeSetIterator iterates over the contents of a UnicodeSet.
  */
 
+#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 class UnicodeSet;
@@ -314,5 +317,6 @@ inline UChar32 UnicodeSetIterator::getCodepointEnd() const {
 
 
 U_NAMESPACE_END
+#endif // U_SHOW_CPLUSPLUS_API
 
 #endif