Don't use generalized initializer list; is C++11 extension.

This commit is contained in:
David Sunderland 2018-04-18 19:37:33 -04:00
parent f437f8ca0d
commit f6551f2d45

View File

@ -188,7 +188,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
std::cout << ::std::flush;
}
WithoutMatchers GetWithoutMatchers() { return {}; }
WithoutMatchers GetWithoutMatchers() { return WithoutMatchers(); }
GTEST_API_ void IllegalDoDefault(const char* file, int line) {
internal::Assert(