Commit de38f638 authored by Abseil Team's avatar Abseil Team Committed by Gennadiy Civil
Browse files

Googletest export

Internal change, documentation only.

PiperOrigin-RevId: 262554386
parent 90a443f9
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment