Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qualify icu types explicitly via icu:: #127

Merged
merged 1 commit into from
Mar 29, 2018

Conversation

mistydemeo
Copy link
Collaborator

@mistydemeo mistydemeo commented Mar 29, 2018

As of ICU 61, there is no default using namespace icu; in the ICU headers. The migration documentation recommends explicitly qualifying all ICU types: http://source.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild

This updates transliterator.cpp, which seems to be the only affected part of the C extension. This should be backwards compatible with older ICU versions.

Copy link
Owner

@brianmario brianmario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for jumping on this so quickly!

@brianmario brianmario merged commit 4dc962a into brianmario:master Mar 29, 2018
@mistydemeo mistydemeo deleted the qualify_types_explicitly branch March 29, 2018 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants