Files
swift-mirror/stdlib/public/stubs/UnicodeNormalization.cpp
Adrian Popescu b61c51b7b6 Fixed clang 4.0 compilation under Arch Linux with icu59.1-1 (#10361)
ICU headers prefer use of `char16_t` instead of `uint16_t` for `UChar` in C++, where it is treated as a distinct type. This fixes associated warnings and errors.
2017-08-17 13:26:22 -07:00

14 KiB