Get *=default*ed default constructors
[folly.git] / folly / GroupVarint.h
index d7ebd0ddd4560983aaf2d74cb905b5cd33886fc8..f50617cb7c7003f2b3b666bf878c473a7cbaf560 100644 (file)
@@ -512,7 +512,7 @@ class GroupVarintDecoder {
   typedef GroupVarint<T> Base;
   typedef T type;
 
-  GroupVarintDecoder() { }
+  GroupVarintDecoder() = default;
 
   explicit GroupVarintDecoder(StringPiece data,
                               size_t maxCount = (size_t)-1)