This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
Merge
85d3205cac
into
cf446565d9
pull/3134/merge
Billy O'Neal
4 days ago
committed by
GitHub
parent
cf446565d9
85d3205cac
commit
e62dd850a0
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cpp/src/phonenumbers/regexp_adapter_re2.cc
+ 1
- 1
cpp/src/phonenumbers/regexp_adapter_re2.cc
View File
@ -39,7 +39,7 @@ class RE2RegExpInput : public RegExpInput {
utf8_input_
(
string_
)
{
}
virtual
string
ToString
(
)
const
{
return
utf8_input_
.
ToString
(
)
;
return
string
(
utf8_input_
.
data
(
)
,
utf8_input_
.
size
(
)
)
;
}
StringPiece
*
Data
(
)
{
Write
Preview
Loading…
Cancel
Save