googletest/googletest/include/gtest/internal
David Benjamin 90244a6aef Fix testing::Combine on MSVC 2017.
On platforms with std::tuple and not std::tr1::tuple, GTEST_HAS_COMBINE
gets turned off when it works fine (due to GTEST_TUPLE_NAMESPACE_).
Elsewhere in the project, several GTEST_HAS_TR1_TUPLE checks
additionally check GTEST_HAS_STD_TUPLE_, so use that formulation.

(The ones that don't are specific to std::tr1::tuple and are followed by
an identical GTEST_HAS_STD_TUPLE_ version underneath it.)

In particular, this fixes testing::Combine on MSVC 2017, which regressed
here:
https://github.com/google/googletest/pull/1348#issuecomment-353879010
2018-01-02 12:57:49 -05:00
..
custom Changes add ability to overwrite TempDir(), issue https://github.com/google/googletest/issues/1093 2017-05-18 10:19:28 -04:00
gtest-death-test-internal.h Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-filepath.h Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-internal.h Infinite Loop when calling a mock function that takes boost::filesystem::path as parameter #521: Add is_same type trait and prevent infinite loops for recursive containers 2017-08-09 19:08:22 +02:00
gtest-linked_ptr.h Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-param-util-generated.h remove GTEST_HAS_PARAM_TESTS 2017-09-04 19:38:35 +02:00
gtest-param-util-generated.h.pump remove GTEST_HAS_PARAM_TESTS 2017-09-04 19:38:35 +02:00
gtest-param-util.h remove GTEST_HAS_PARAM_TESTS 2017-09-04 19:38:35 +02:00
gtest-port-arch.h Detect Fuchsia, and set GTEST_HAS_PTHREAD on GTEST_OS_FUCHSIA 2017-08-29 12:45:26 -07:00
gtest-port.h Fix testing::Combine on MSVC 2017. 2018-01-02 12:57:49 -05:00
gtest-string.h Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-tuple.h Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-tuple.h.pump Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-type-util.h Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00
gtest-type-util.h.pump Move everything in googletest into googletest/googletest 2015-08-25 16:18:00 -04:00