Don't use generalized initializer list; is C++11 extension.
This commit is contained in:
parent
f437f8ca0d
commit
f6551f2d45
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user