Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
3e813465
Commit
3e813465
authored
Oct 11, 2019
by
Joshua Cannon
Browse files
Removing extraneous parenthesis
parent
f8961b99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/include/gmock/internal/gmock-pp.h
googlemock/include/gmock/internal/gmock-pp.h
+1
-1
No files found.
googlemock/include/gmock/internal/gmock-pp.h
View file @
3e813465
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
// Calls CAT(_Macro, NARG(__VA_ARGS__))(__VA_ARGS__)
// Calls CAT(_Macro, NARG(__VA_ARGS__))(__VA_ARGS__)
#define GMOCK_PP_VARIADIC_CALL(_Macro, ...) \
#define GMOCK_PP_VARIADIC_CALL(_Macro, ...) \
GMOCK_PP_INTERNAL_VARIADIC_CALL( \
GMOCK_PP_INTERNAL_VARIADIC_CALL( \
_Macro, GMOCK_PP_NARG(__VA_ARGS__),
(
__VA_ARGS__)
)
_Macro, GMOCK_PP_NARG(__VA_ARGS__), __VA_ARGS__)
// If the arguments after expansion have no tokens, evaluates to `1`. Otherwise
// If the arguments after expansion have no tokens, evaluates to `1`. Otherwise
// evaluates to `0`.
// evaluates to `0`.
...
...
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