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

Unified Diff: third_party/libaddressinput/chromium/override/basictypes_override.h

Issue 1468803002: Switch to static_assert. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@assert1
Patch Set: message cleanup Created 5 years, 1 month 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 | « sandbox/linux/services/namespace_utils.h ('k') | ui/message_center/views/notification_view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/chromium/override/basictypes_override.h
diff --git a/third_party/libaddressinput/chromium/override/basictypes_override.h b/third_party/libaddressinput/chromium/override/basictypes_override.h
index 699bc0ffefe946efc92b32986295b4dae2e6d08c..1a8274ffcf3f4924a169742a820dbc1e6059340d 100644
--- a/third_party/libaddressinput/chromium/override/basictypes_override.h
+++ b/third_party/libaddressinput/chromium/override/basictypes_override.h
@@ -7,4 +7,6 @@
#include "base/basictypes.h"
+#define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg)
+
#endif // THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_BASICTYPES_OVERRIDE_H_
« no previous file with comments | « sandbox/linux/services/namespace_utils.h ('k') | ui/message_center/views/notification_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698