Commit f6551f2d authored by David Sunderland's avatar David Sunderland
Browse files

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

parent f437f8ca
......@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment