Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
1d757db6
Commit
1d757db6
authored
Jan 10, 2018
by
Gennadiy Civil
Browse files
More merge, cleanup
parent
b44ed219
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/include/gtest/gtest-message.h
googletest/include/gtest/gtest-message.h
+1
-1
No files found.
googletest/include/gtest/gtest-message.h
View file @
1d757db6
...
...
@@ -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 overload
s
<< 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment