]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/unicode/usetiter.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / common / unicode / usetiter.h
index a13867eee23c0747d9538c11d1a9ffc18e34b5a3..c6396fd76c7ff3b6d7c91d329d6e334f6810c62a 100644 (file)
@@ -10,6 +10,9 @@
 #define USETITER_H
 
 #include "unicode/utypes.h"
+
+#if U_SHOW_CPLUSPLUS_API
+
 #include "unicode/uobject.h"
 #include "unicode/unistr.h"
 
@@ -18,7 +21,6 @@
  * \brief C++ API: UnicodeSetIterator iterates over the contents of a UnicodeSet.
  */
 
-#if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
 
 class UnicodeSet;
@@ -317,6 +319,7 @@ inline UChar32 UnicodeSetIterator::getCodepointEnd() const {
 
 
 U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
+
+#endif /* U_SHOW_CPLUSPLUS_API */
 
 #endif