Automated Code Change

PiperOrigin-RevId: 806527439
Change-Id: I2e9aa5de44c011938e0bfc8e86af6c7d10c23ab0
This commit is contained in:
Abseil Team
2025-09-12 20:44:26 -07:00
committed by Copybara-Service
parent 9df216cc9d
commit 4969d0ad54

View File

@@ -298,7 +298,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
// //
class WithoutMatchers { class WithoutMatchers {
private: private:
WithoutMatchers() {} WithoutMatchers() = default;
friend GTEST_API_ WithoutMatchers GetWithoutMatchers(); friend GTEST_API_ WithoutMatchers GetWithoutMatchers();
}; };