From d8200e48857aeaf09f7127751efc5632ef7660a7 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 1 Apr 2018 01:03:40 +0200 Subject: Simplify namespace access The icu namespace is an alias which resolves to the real namespace. --- ext/intl/breakiterator/codepointiterator_internal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/intl/breakiterator/codepointiterator_internal.cpp') diff --git a/ext/intl/breakiterator/codepointiterator_internal.cpp b/ext/intl/breakiterator/codepointiterator_internal.cpp index 1b6339cd6e..8994646bd1 100644 --- a/ext/intl/breakiterator/codepointiterator_internal.cpp +++ b/ext/intl/breakiterator/codepointiterator_internal.cpp @@ -33,7 +33,7 @@ typedef union { using namespace PHP; -using U_ICU_NAMESPACE::UCharCharacterIterator; +using icu::UCharCharacterIterator; UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CodePointBreakIterator); -- cgit v1.2.1