ICU-20214 Fix namespace error on Cygwin

This commit is contained in:
Ken Brown 2018-10-16 14:48:36 -04:00 committed by Jeff Genovy
parent d60ebc020e
commit 31b89b5484

View file

@ -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<impl::NumberRangeFormatterImpl*>;
#endif
/** \endcond */