| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -129,7 +129,7 @@ class GTEST_API_ Message { | |||
| 129 | 129 | int>::type = 0 | |
| 130 | 130 | #endif // GTEST_HAS_ABSL | |
| 131 | 131 | > | |
| 132 | - inline Message& operator<<(const T& val) { | ||
| 132 | + Message& operator<<(const T& val) { | ||
| 133 | 133 | // Some libraries overload << for STL containers. These | |
| 134 | 134 | // overloads are defined in the global namespace instead of ::std. | |
| 135 | 135 | // | |
@@ -155,7 +155,7 @@ class GTEST_API_ Message { | |||
| 155 | 155 | template <typename T, | |
| 156 | 156 | typename std::enable_if<absl::HasAbslStringify<T>::value, // NOLINT | |
| 157 | 157 | int>::type = 0> | |
| 158 | - inline Message& operator<<(const T& val) { | ||
| 158 | + Message& operator<<(const T& val) { | ||
| 159 | 159 | // ::operator<< is needed here for a similar reason as with the non-Abseil | |
| 160 | 160 | // version above | |
| 161 | 161 | using ::operator<<; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments