aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2014-11-17 00:27:28 +0000
committerkosak <kosak@google.com>2014-11-17 00:27:28 +0000
commit6aa0422e8529d76385b64f0a826f5ffd353fd37b (patch)
treed7a1c1fd4d81941178c37684443220f94e668db5 /test
parent6884259b7d57bc8d70771f19c7d492e89d2bfa9a (diff)
downloadgoogletest-6aa0422e8529d76385b64f0a826f5ffd353fd37b.tar.gz
googletest-6aa0422e8529d76385b64f0a826f5ffd353fd37b.tar.bz2
googletest-6aa0422e8529d76385b64f0a826f5ffd353fd37b.zip
Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock.
Diffstat (limited to 'test')
-rw-r--r--test/gtest-printers_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest-printers_test.cc b/test/gtest-printers_test.cc
index 7b07fd10..562a0a9a 100644
--- a/test/gtest-printers_test.cc
+++ b/test/gtest-printers_test.cc
@@ -1037,7 +1037,7 @@ TEST(PrintTr1TupleTest, NestedTuple) {
#endif // GTEST_HAS_TR1_TUPLE
-#if GTEST_LANG_CXX11
+#if GTEST_HAS_STD_TUPLE_
// Tests printing ::std::tuples.
// Tuples of various arities.