From 0186caf75348d3c444ffc6d497678b0c13ee7cd1 Mon Sep 17 00:00:00 2001 From: dmauro Date: Wed, 13 Jan 2021 12:53:06 -0500 Subject: [PATCH] Googletest export Fix build under GCC 5 PiperOrigin-RevId: 351607537 --- googletest/include/gtest/gtest-matchers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::value; } - template ()> + template ()> struct ValuePolicy { static const M& Get(const MatcherBase& m) { // When inlined along with Init, need to be explicit to avoid violating