summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/unittest/googlemock/include/gmock/gmock-matchers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/unittest/googlemock/include/gmock/gmock-matchers.h b/llvm/utils/unittest/googlemock/include/gmock/gmock-matchers.h
index ec8c237e254..865cdc7da10 100644
--- a/llvm/utils/unittest/googlemock/include/gmock/gmock-matchers.h
+++ b/llvm/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 <typename T>
class Impl : public MatcherInterface<T> {
OpenPOWER on IntegriCloud