From: Ken Brown Date: Tue, 16 Oct 2018 18:48:36 +0000 (-0400) Subject: ICU-20214 Fix namespace error on Cygwin X-Git-Tag: release-64-rc~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31b89b54840361fdfc367ef02019b10424cdb75c;p=icu ICU-20214 Fix namespace error on Cygwin --- diff --git a/icu4c/source/i18n/unicode/numberrangeformatter.h b/icu4c/source/i18n/unicode/numberrangeformatter.h index 50546839edf..62d6100545e 100644 --- a/icu4c/source/i18n/unicode/numberrangeformatter.h +++ b/icu4c/source/i18n/unicode/numberrangeformatter.h @@ -185,7 +185,7 @@ class NumberRangeFormatterImpl; * Export an explicit template instantiation. See datefmt.h * (When building DLLs for Windows this is required.) */ -#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN && !defined(U_IN_DOXYGEN) +#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM < U_PF_CYGWIN && !defined(U_IN_DOXYGEN) template struct U_I18N_API std::atomic; #endif /** \endcond */