CMakeLists.txt
19.2 KB
-
Support `AbslStringify` with `DCHECK_EQ`. · 93ac3a4f
`AbslStringify` is the [recommended](abseil.io/tips/215) way to make a type printable. However, the simple expression `DCHECK_EQ(x, y)` fails when either argument implements it, and not `operator<<`. PiperOrigin-RevId: 634261367 Change-Id: Ic42666c286cf172c9482abbd28194da828706c71
Abseil Team committed