We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc09f15 commit d599fa2Copy full SHA for d599fa2
1 file changed
deps/googletest/include/gtest/gtest-message.h
@@ -129,7 +129,7 @@ class GTEST_API_ Message {
129
int>::type = 0
130
#endif // GTEST_HAS_ABSL
131
>
132
- inline Message& operator<<(const T& val) {
+ Message& operator<<(const T& val) {
133
// Some libraries overload << for STL containers. These
134
// overloads are defined in the global namespace instead of ::std.
135
//
@@ -155,7 +155,7 @@ class GTEST_API_ Message {
155
template <typename T,
156
typename std::enable_if<absl::HasAbslStringify<T>::value, // NOLINT
157
int>::type = 0>
158
159
// ::operator<< is needed here for a similar reason as with the non-Abseil
160
// version above
161
using ::operator<<;
0 commit comments