diff options
author | Lukasz Czajczyk <LukeCz@users.noreply.github.com> | 2019-01-27 15:06:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-27 15:06:54 (GMT) |
commit | 049a0d74b02f027908895badf8e6d9715ada2559 (patch) | |
tree | 864a7bedbca7647efbc701306846d2fb59ff2efd /msvc | |
parent | be8475fdf7599cfdd7bd53224bd4d192d1f58766 (diff) | |
download | googletest-049a0d74b02f027908895badf8e6d9715ada2559.zip googletest-049a0d74b02f027908895badf8e6d9715ada2559.tar.gz googletest-049a0d74b02f027908895badf8e6d9715ada2559.tar.bz2 |
Fix for: failed build on centos6 master #1587refs/pull/2085/head
The issue still exists in 1.8.1 and NOT in master branch. It was introduced to 1.8.1 only by #1512.
This code
GTEST_COMPILE_ASSERT_(
!IsHashTable<GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)>::value,
use_UnorderedPointwise_with_hash_tables);
Creates 2nd variable use_UnorderedPointwise_with_hash_tables.
Diffstat (limited to 'msvc')
0 files changed, 0 insertions, 0 deletions