Simplify namespace access

The icu namespace is an alias which resolves to the real namespace.
This commit is contained in:
Anatol Belski 2018-04-01 01:03:40 +02:00
parent 8d35a42383
commit d8200e4885
21 changed files with 43 additions and 43 deletions

View file

@ -38,8 +38,8 @@ extern "C" {
}
#include "common/common_enum.h"
using U_ICU_NAMESPACE::Locale;
using U_ICU_NAMESPACE::Calendar;
using icu::Locale;
using icu::Calendar;
U_CFUNC PHP_METHOD(IntlTimeZone, __construct)
{