mirror of
https://github.com/google/googletest.git
synced 2024-12-26 17:41:03 +08:00
Update docstring of PrintWithFallback(..) to reflect the recently changed ordering.
PiperOrigin-RevId: 546373360 Change-Id: I2538b45d8c7710592071cc352da6771480c324e6
This commit is contained in:
parent
be03d00f5f
commit
4a1a299b20
@ -298,8 +298,8 @@ struct FindFirstPrinter<
|
|||||||
// - Print containers (they have begin/end/etc).
|
// - Print containers (they have begin/end/etc).
|
||||||
// - Print function pointers.
|
// - Print function pointers.
|
||||||
// - Print object pointers.
|
// - Print object pointers.
|
||||||
// - Use the stream operator, if available.
|
|
||||||
// - Print protocol buffers.
|
// - Print protocol buffers.
|
||||||
|
// - Use the stream operator, if available.
|
||||||
// - Print types convertible to BiggestInt.
|
// - Print types convertible to BiggestInt.
|
||||||
// - Print types convertible to StringView, if available.
|
// - Print types convertible to StringView, if available.
|
||||||
// - Fallback to printing the raw bytes of the object.
|
// - Fallback to printing the raw bytes of the object.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user