mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-13810 Fix typo in datefmt.h macro. (#36)
This commit is contained in:
parent
1d398369bd
commit
8a0f814195
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class DateTimePatternGenerator;
|
|||
* explicit template instantiation. see digitlst.h
|
||||
* (When building DLLs for Windows this is required.)
|
||||
*/
|
||||
#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN && not defined(U_IN_DOXYGEN)
|
||||
#if U_PF_WINDOWS <= U_PLATFORM && U_PLATFORM <= U_PF_CYGWIN && !defined(U_IN_DOXYGEN)
|
||||
template class U_I18N_API EnumSet<UDateFormatBooleanAttribute,
|
||||
0,
|
||||
UDAT_BOOLEAN_ATTRIBUTE_COUNT>;
|
||||
|
|
Loading…
Add table
Reference in a new issue