Distinguish between C++11 language and library support for std::function, std::begin, std::end, and std::move in gtest and gmock.

This commit is contained in:
kosak
2014-11-17 00:27:28 +00:00
parent 6884259b7d
commit 6aa0422e85
2 changed files with 29 additions and 7 deletions

View File

@@ -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.