summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorkosak@google.com <kosak@google.com@861a406c-534a-0410-8894-cb66d6ee9925>2014-11-17 00:27:28 +0000
committerkosak@google.com <kosak@google.com@861a406c-534a-0410-8894-cb66d6ee9925>2014-11-17 00:27:28 +0000
commitcf04de739d74417ebf73c34c8ea86d53bbe1f893 (patch)
treed7a1c1fd4d81941178c37684443220f94e668db5 /test
parentad9f2263a15f0df8738ab64d49a5277d6d7d036e (diff)
downloadgoogletest-cf04de739d74417ebf73c34c8ea86d53bbe1f893.tar.gz
Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock.
git-svn-id: http://googletest.googlecode.com/svn/trunk@694 861a406c-534a-0410-8894-cb66d6ee9925
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 7b07fd1..562a0a9 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.