mirror of
https://github.com/google/googletest.git
synced 2025-04-12 16:02:56 +00:00
Merge pull request #2085 from LukeCz/patch-2
Fix for: failed build on centos6 master #1587
This commit is contained in:
commit
4fe76c4d6e
1 changed files with 1 additions and 1 deletions
|
@ -3033,7 +3033,7 @@ class PointwiseMatcher {
|
|||
operator Matcher<LhsContainer>() const {
|
||||
GTEST_COMPILE_ASSERT_(
|
||||
!IsHashTable<GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)>::value,
|
||||
use_UnorderedPointwise_with_hash_tables);
|
||||
use_UnorderedPointwise_with_hash_tables_);
|
||||
|
||||
return MakeMatcher(new Impl<LhsContainer>(tuple_matcher_, rhs_));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue