From 4969d0ad540da8fc9944e99457361dc7e35943c2 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 12 Sep 2025 20:44:26 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 806527439 Change-Id: I2e9aa5de44c011938e0bfc8e86af6c7d10c23ab0 --- googlemock/include/gmock/internal/gmock-internal-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemock/include/gmock/internal/gmock-internal-utils.h b/googlemock/include/gmock/internal/gmock-internal-utils.h index 8fc1ddc7..487d685a 100644 --- a/googlemock/include/gmock/internal/gmock-internal-utils.h +++ b/googlemock/include/gmock/internal/gmock-internal-utils.h @@ -298,7 +298,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message, // class WithoutMatchers { private: - WithoutMatchers() {} + WithoutMatchers() = default; friend GTEST_API_ WithoutMatchers GetWithoutMatchers(); };