Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
aefb4546
Commit
aefb4546
authored
Aug 06, 2021
by
Abseil Team
Committed by
Andy Soffer
Aug 06, 2021
Browse files
Internal change
PiperOrigin-RevId: 389163232
parent
5b401530
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/src/gmock-internal-utils.cc
googlemock/src/gmock-internal-utils.cc
+1
-1
No files found.
googlemock/src/gmock-internal-utils.cc
View file @
aefb4546
...
...
@@ -211,7 +211,7 @@ constexpr char UnBase64Impl(char c, const char* const base64, char carry) {
template
<
size_t
...
I
>
constexpr
std
::
array
<
char
,
256
>
UnBase64Impl
(
IndexSequence
<
I
...
>
,
const
char
*
const
base64
)
{
return
{
UnBase64Impl
(
I
,
base64
,
0
)...};
return
{
{
UnBase64Impl
(
I
,
base64
,
0
)...}
}
;
}
constexpr
std
::
array
<
char
,
256
>
UnBase64
(
const
char
*
const
base64
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment