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
3447fc31
Commit
3447fc31
authored
Nov 02, 2016
by
Billy Donahue
Committed by
GitHub
Nov 02, 2016
Browse files
Merge pull request #728 from DanAlbert/tuple-stlport
Fix a test to compile when tuple isn't available.
parents
ecd53086
34291138
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
googletest/test/gtest-printers_test.cc
googletest/test/gtest-printers_test.cc
+2
-0
No files found.
googletest/test/gtest-printers_test.cc
View file @
3447fc31
...
...
@@ -211,7 +211,9 @@ using ::testing::internal::Strings;
using
::
testing
::
internal
::
UniversalPrint
;
using
::
testing
::
internal
::
UniversalPrinter
;
using
::
testing
::
internal
::
UniversalTersePrint
;
#if GTEST_HAS_TR1_TUPLE || GTEST_HAS_STD_TUPLE_
using
::
testing
::
internal
::
UniversalTersePrintTupleFieldsToStrings
;
#endif
using
::
testing
::
internal
::
string
;
// The hash_* classes are not part of the C++ standard. STLport
...
...
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