| Index: testing/gmock/include/gmock/gmock-actions.h
|
| diff --git a/testing/gmock/include/gmock/gmock-actions.h b/testing/gmock/include/gmock/gmock-actions.h
|
| index 9fe196448be9261e95d22bf80085f5d547fd3701..21f4f46f89b242f41d2f36ad8b2d5664822ab4db 100644
|
| --- a/testing/gmock/include/gmock/gmock-actions.h
|
| +++ b/testing/gmock/include/gmock/gmock-actions.h
|
| @@ -679,7 +679,7 @@ class SetArgumentPointeeAction {
|
|
|
| template <typename Result, typename ArgumentTuple>
|
| void Perform(const ArgumentTuple& args) const {
|
| - CompileAssertTypesEqual<void, Result>();
|
| + // CompileAssertTypesEqual<void, Result>();
|
| *::std::tr1::get<N>(args) = value_;
|
| }
|
|
|
|
|