mirror of
https://github.com/google/googletest.git
synced 2025-04-05 21:45:03 +00:00
Googletest export
Remove unneeded using ::std::get; PiperOrigin-RevId: 383688097
This commit is contained in:
parent
43cf52911a
commit
8d51ffdfab
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ messages, you can use:
|
|||
one might write:
|
||||
|
||||
```cpp
|
||||
using ::std::get;
|
||||
MATCHER(FooEq, "") {
|
||||
return std::get<0>(arg).Equals(std::get<1>(arg));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue