Utilize the recommended way to handle the icu namespace

This commit is contained in:
Anatol Belski 2018-03-31 18:51:03 +02:00
parent cad2a0f9c3
commit 8d35a42383
21 changed files with 66 additions and 0 deletions

View file

@ -33,6 +33,8 @@ typedef union {
using namespace PHP;
using U_ICU_NAMESPACE::UCharCharacterIterator;
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CodePointBreakIterator);
CodePointBreakIterator::CodePointBreakIterator()