Picks up gtest r536; renames implicit_cast and down_cast to reduce the chance of clash (by Roman Perepelitsa); enables gmock_gen.py to handle storage specifiers (by Steve Fox).
This commit is contained in:
@@ -1388,7 +1388,7 @@ class FunctionMockerBase : public UntypedFunctionMockerBase {
|
||||
mock_obj_ = mock_obj;
|
||||
}
|
||||
Mock::Register(mock_obj, this);
|
||||
return *::testing::internal::down_cast<FunctionMocker<F>*>(this);
|
||||
return *::testing::internal::DownCast_<FunctionMocker<F>*>(this);
|
||||
}
|
||||
|
||||
// The following two functions are from UntypedFunctionMockerBase.
|
||||
|
||||
Reference in New Issue
Block a user