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