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
8d51ffdf
Commit
8d51ffdf
authored
Jul 08, 2021
by
Abseil Team
Committed by
Derek Mauro
Jul 09, 2021
Browse files
Googletest export
Remove unneeded using ::std::get; PiperOrigin-RevId: 383688097
parent
43cf5291
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
docs/reference/matchers.md
docs/reference/matchers.md
+0
-1
No files found.
docs/reference/matchers.md
View file @
8d51ffdf
...
@@ -147,7 +147,6 @@ messages, you can use:
...
@@ -147,7 +147,6 @@ messages, you can use:
one might write:
one might write:
```cpp
```cpp
using ::std::get;
MATCHER(FooEq, "") {
MATCHER(FooEq, "") {
return std::get<0>(arg).Equals(std::get<1>(arg));
return std::get<0>(arg).Equals(std::get<1>(arg));
}
}
...
...
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