Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: testing/gmock/include/gmock/gmock-actions.h

Issue 3183009: WIP patch with fixes for building with Clang. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Update Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lss.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
}
« no previous file with comments | « lss.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698