diff --git a/utils/unittest/googlemock/include/gmock/gmock-matchers.h b/utils/unittest/googlemock/include/gmock/gmock-matchers.h index ec8c237e254..865cdc7da10 100644 --- a/utils/unittest/googlemock/include/gmock/gmock-matchers.h +++ b/utils/unittest/googlemock/include/gmock/gmock-matchers.h @@ -3589,6 +3589,8 @@ class BoundSecondMatcher { GTEST_LOG_(FATAL) << "BoundSecondMatcher should never be assigned."; } + BoundSecondMatcher(const BoundSecondMatcher &) = default; + private: template class Impl : public MatcherInterface {