X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/a01113dcd0f39d5da295ef82785beff9ed86fe38..HEAD:/icuSources/i18n/unicode/format.h diff --git a/icuSources/i18n/unicode/format.h b/icuSources/i18n/unicode/format.h index 67fa5d96..96883a81 100644 --- a/icuSources/i18n/unicode/format.h +++ b/icuSources/i18n/unicode/format.h @@ -26,6 +26,8 @@ #include "unicode/utypes.h" +#if U_SHOW_CPLUSPLUS_API + /** * \file * \brief C++ API: Base class for all formats. @@ -41,7 +43,6 @@ #include "unicode/parseerr.h" #include "unicode/locid.h" -#if U_SHOW_CPLUSPLUS_API U_NAMESPACE_BEGIN /** @@ -301,9 +302,10 @@ protected: }; U_NAMESPACE_END -#endif // U_SHOW_CPLUSPLUS_API #endif /* #if !UCONFIG_NO_FORMATTING */ +#endif /* U_SHOW_CPLUSPLUS_API */ + #endif // _FORMAT //eof