commit | 1b7d391f0528fb3a4976b7541b387ee04f915f83 | [log] [tgz] |
---|---|---|
author | Frank Tang <ftang@chromium.org> | Thu Nov 17 23:26:06 2022 -0800 |
committer | Frank Tang <ftang@chromium.org> | Fri Nov 18 23:33:02 2022 +0000 |
tree | a192df1ea8029390285274b6ed54619e52ff55d1 | |
parent | c67c0e6e2f118071ebfb313e34e06a7e64784abd [diff] |
Fix win64_msvc compiling issue Cherrypick upstream PR https://github.com/unicode-org/icu/pull/2255 to fix v8 win64_msvc and other builds about bugs related to '<=': unsafe use of type 'bool' in operation and '==': unsafe mix of type 'UBool' and type 'bool' in operation up stream bug https://unicode-org.atlassian.net/browse/ICU-22206 Bug: 1371208 Change-Id: I6c9e9cca58c20cb667a2f2de57ce844bfdc2bd1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/deps/icu/+/4037029 Reviewed-by: Jungshik Shin <jshin@chromium.org>