Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
de38f638
Commit
de38f638
authored
Aug 09, 2019
by
Abseil Team
Committed by
Gennadiy Civil
Aug 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Internal change, documentation only. PiperOrigin-RevId: 262554386
parent
90a443f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
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
...
@@ -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:
do that, define
`<<`
for your type:
```
c++
```
c++
// Streams are allowed only for logging. Don't include this for
// any other purpose.
#include <ostream>
#include <ostream>
namespace
foo
{
namespace
foo
{
...
@@ -573,8 +571,6 @@ doesn't do what you want (and you cannot change it). If so, you can instead
...
@@ -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:
define a
`PrintTo()`
function like this:
```
c++
```
c++
// Streams are allowed only for logging. Don't include this for
// any other purpose.
#include <ostream>
#include <ostream>
namespace
foo
{
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