mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-20214 Fix namespace error on Cygwin
This commit is contained in:
parent
d60ebc020e
commit
31b89b5484
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue