summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2021-01-13 12:53:06 -0500
committerDerek Mauro <dmauro@google.com>2021-01-13 20:59:44 -0500
commit0186caf75348d3c444ffc6d497678b0c13ee7cd1 (patch)
tree9c9e204ac595d8504ecff20091514ec113f51abf /googletest/include/gtest
parent6b2e74905e9a7e70c7d1017ee0dfe5a8e88a1300 (diff)
downloadgoogletest-0186caf75348d3c444ffc6d497678b0c13ee7cd1.tar.gz
googletest-0186caf75348d3c444ffc6d497678b0c13ee7cd1.zip
Googletest export
Fix build under GCC 5 PiperOrigin-RevId: 351607537
Diffstat (limited to 'googletest/include/gtest')
-rw-r--r--googletest/include/gtest/gtest-matchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-matchers.h b/googletest/include/gtest/gtest-matchers.h
index 1bb3140d..fd8d9c66 100644
--- a/googletest/include/gtest/gtest-matchers.h
+++ b/googletest/include/gtest/gtest-matchers.h
@@ -418,7 +418,7 @@ class MatcherBase : private MatcherDescriberInterface {
std::is_trivially_destructible<M>::value;
}
- template <typename M, bool = IsInlined<M>()>
+ template <typename M, bool = MatcherBase::IsInlined<M>()>
struct ValuePolicy {
static const M& Get(const MatcherBase& m) {
// When inlined along with Init, need to be explicit to avoid violating
OpenPOWER on IntegriCloud