Browse Source

Refer using std::string instead of global 'string' (#2466)

* Refer using string::std instead of global 'string' i.e to increase portablility, readability and also consistent

* Using 'using' to avoid mentioning namespace everytime
pull/2467/head
penmetsaa 6 years ago
committed by GitHub
parent
commit
c0e31cfaad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cpp/src/phonenumbers/utf/unicodetext.cc

+ 1
- 0
cpp/src/phonenumbers/utf/unicodetext.cc View File

@ -27,6 +27,7 @@
namespace i18n {
namespace phonenumbers {
using std::string;
using std::stringstream;
using std::max;
using std::hex;


Loading…
Cancel
Save