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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user