diff options
author | David Benjamin <davidben@google.com> | 2018-01-02 12:55:44 -0500 |
---|---|---|
committer | David Benjamin <davidben@google.com> | 2018-01-02 12:57:49 -0500 |
commit | 90244a6aef73d28b7d300c5b3e9d7c94bd6f437a (patch) | |
tree | e55c5e13b46c0e430e4a116b133d0497baa2ffd7 /ci | |
parent | 1c2f1907047216654599b0057df49d21a2c1400a (diff) | |
download | googletest-90244a6aef73d28b7d300c5b3e9d7c94bd6f437a.tar.gz googletest-90244a6aef73d28b7d300c5b3e9d7c94bd6f437a.tar.bz2 googletest-90244a6aef73d28b7d300c5b3e9d7c94bd6f437a.zip |
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
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions