Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
bf465ff0
Commit
bf465ff0
authored
Mar 05, 2021
by
Abseil Team
Committed by
Dino Radaković
Mar 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Internal change
PiperOrigin-RevId: 361213113
parent
bcfcf75e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gmock-actions.h
googlemock/include/gmock/gmock-actions.h
+1
-1
No files found.
googlemock/include/gmock/gmock-actions.h
View file @
bf465ff0
...
@@ -1520,7 +1520,7 @@ struct ActionImpl<R(Args...), Impl> : ImplBase<Impl>::type {
...
@@ -1520,7 +1520,7 @@ struct ActionImpl<R(Args...), Impl> : ImplBase<Impl>::type {
// types instantiated. Up to 10 of the args that are provided by the
// types instantiated. Up to 10 of the args that are provided by the
// args_type get passed, followed by a dummy of unspecified type for the
// args_type get passed, followed by a dummy of unspecified type for the
// remainder up to 10 explicit args.
// remainder up to 10 explicit args.
static
const
ExcessiveArg
kExcessArg
;
static
const
expr
ExcessiveArg
kExcessArg
{}
;
return
static_cast
<
const
Impl
&>
(
*
this
).
template
gmock_PerformImpl
<
return
static_cast
<
const
Impl
&>
(
*
this
).
template
gmock_PerformImpl
<
/*function_type=*/
function_type
,
/*return_type=*/
R
,
/*function_type=*/
function_type
,
/*return_type=*/
R
,
/*args_type=*/
args_type
,
/*args_type=*/
args_type
,
...
...
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