mirror of
https://github.com/google/googletest.git
synced 2025-12-15 03:40:35 +08:00
Remove google internal links from documentation on github
This commit is contained in:
@@ -682,7 +682,7 @@ there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function
|
||||
defined such that we can print a value of `FooType`.
|
||||
|
||||
In addition, if `FooType` is declared in a name space, the `<<` operator also
|
||||
needs to be defined in the *same* name space. See go/totw/49 for details.
|
||||
needs to be defined in the *same* name space. See https://abseil.io/tips/49 for details.
|
||||
|
||||
## How do I suppress the memory leak messages on Windows?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user