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
de38f638
Commit
de38f638
authored
Aug 09, 2019
by
Abseil Team
Committed by
Gennadiy Civil
Aug 15, 2019
Browse files
Googletest export
Internal change, documentation only. PiperOrigin-RevId: 262554386
parent
90a443f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
googletest/docs/advanced.md
googletest/docs/advanced.md
+0
-4
No files found.
googletest/docs/advanced.md
View file @
de38f638
...
...
@@ -543,8 +543,6 @@ to do a better job at printing your particular type than to dump the bytes. To
do that, define
`<<`
for your type:
```
c++
// Streams are allowed only for logging. Don't include this for
// any other purpose.
#include <ostream>
namespace
foo
{
...
...
@@ -573,8 +571,6 @@ doesn't do what you want (and you cannot change it). If so, you can instead
define a
`PrintTo()`
function like this:
```
c++
// Streams are allowed only for logging. Don't include this for
// any other purpose.
#include <ostream>
namespace
foo
{
...
...
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