mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-09-24 17:13:11 +08:00
More merge, cleanup
This commit is contained in:
parent
b44ed21905
commit
1d757db65c
@ -113,7 +113,7 @@ class GTEST_API_ Message {
|
||||
// Streams a non-pointer value to this object.
|
||||
template <typename T>
|
||||
inline Message& operator <<(const T& val) {
|
||||
// Some libraries overloads << for STL containers. These
|
||||
// Some libraries overload << for STL containers. These
|
||||
// overloads are defined in the global namespace instead of ::std.
|
||||
//
|
||||
// C++'s symbol lookup rule (i.e. Koenig lookup) says that these
|
||||
|
Loading…
x
Reference in New Issue
Block a user