Skip to content

Commit 9e617e7

Browse files
committedApr 9, 2018
[1.9>master] [MERGE #4952 @kfarnung] Set U_USING_ICU_NAMESPACE to 0 by default
Merge pull request #4952 from kfarnung:icu61 ICU61 updated the value of `U_USING_ICU_NAMESPACE` to 0 by default. In order to maintain compatibility this change updates our ICU includes to match and adds the `icu::` namespace explicitly when needed. Refs: nodejs/node#18667 Refs: https://ssl.icu-project.org/trac/ticket/13460
2 parents dcecda5 + 7f1ab68 commit 9e617e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/Runtime/PlatformAgnostic/RuntimePlatformAgnosticPch.h

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#define FALSE 0
3535
#endif
3636
#else
37+
#define U_USING_ICU_NAMESPACE 0
3738
#include <unicode/umachine.h>
3839
#endif
3940

0 commit comments

Comments
 (0)
Please sign in to comment.