From a02412571fcfb734e798d985b822843a7fbb1e87 Mon Sep 17 00:00:00 2001 From: Kyle Farnung Date: Mon, 9 Apr 2018 03:32:17 -0700 Subject: [PATCH] deps: update ChakraCore to Microsoft/ChakraCore@9e617e7b52 [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: https://github.com/nodejs/node/pull/18667 Refs: https://ssl.icu-project.org/trac/ticket/13460 Reviewed-By: chakrabot --- .../lib/Runtime/PlatformAgnostic/RuntimePlatformAgnosticPch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/chakrashim/core/lib/Runtime/PlatformAgnostic/RuntimePlatformAgnosticPch.h b/deps/chakrashim/core/lib/Runtime/PlatformAgnostic/RuntimePlatformAgnosticPch.h index 038952c0945..d3682a1fae3 100644 --- a/deps/chakrashim/core/lib/Runtime/PlatformAgnostic/RuntimePlatformAgnosticPch.h +++ b/deps/chakrashim/core/lib/Runtime/PlatformAgnostic/RuntimePlatformAgnosticPch.h @@ -34,6 +34,7 @@ #define FALSE 0 #endif #else +#define U_USING_ICU_NAMESPACE 0 #include #endif