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

Unified Diff: base/compiler_specific.h

Issue 691783003: [WIP NOT FOR COMMIT] Switch Android to libc++ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 6 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
Index: base/compiler_specific.h
diff --git a/base/compiler_specific.h b/base/compiler_specific.h
index 47ca9778b6708c07a1637079b81a32302651faee..242231a813842d6e6cf1e365862c8358ce4f7438 100644
--- a/base/compiler_specific.h
+++ b/base/compiler_specific.h
@@ -7,6 +7,8 @@
#include "build/build_config.h"
+#define typeof(x) __typeof__(x)
Nico 2014/10/30 17:02:41 See http://crbug.com/427584 for this – we shouldn'
Fabrice (no longer in Chrome) 2014/10/30 17:32:52 Done.
+
#if defined(COMPILER_MSVC)
// Macros for suppressing and disabling warnings on MSVC.

Powered by Google App Engine
This is Rietveld 408576698