Index: third_party/snappy/linux/snappy-stubs-public.h |
diff --git a/third_party/snappy/linux/snappy-stubs-public.h b/third_party/snappy/linux/snappy-stubs-public.h |
index 109551106938f8bf87a2bc6cbf5c693f735d3824..0813d7d4289ef4bb5cd5f6033fc7744345e6be4d 100644 |
--- a/third_party/snappy/linux/snappy-stubs-public.h |
+++ b/third_party/snappy/linux/snappy-stubs-public.h |
@@ -81,8 +81,8 @@ typedef unsigned long long uint64; |
typedef std::string string; |
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \ |
- TypeName(const TypeName&); \ |
- void operator=(const TypeName&) |
+ TypeName(const TypeName&) = delete; \ |
+ void operator=(const TypeName&) = delete |
#if 0 |
// Windows does not have an iovec type, yet the concept is universally useful. |