Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
src: add "icu::" prefix before ICU symbols
In ICU 61.x, icu4c will no longer put its declarations in the global namespace. Everything will be in the "icu::" namespace (or icu_60:: in the linker). Prepare for this. https://ssl.icu-project.org/trac/ticket/13460
- Loading branch information
Showing
with
13 additions
and 12 deletions.
- +5 −4 src/inspector_io.cc
- +1 −1 src/node_i18n.cc
- +7 −7 tools/icu/iculslocs.cc
This comment has been minimized.
b8f47b2
PR-URL: #18667