Get *=default*ed default constructors
[folly.git] / folly / MemoryMapping.h
index a1ca74440ae1a247ba76029e885894025939a2dd..280a261fd6407c14d596dd419f57310e5951f694 100644 (file)
@@ -53,7 +53,7 @@ class MemoryMapping : boost::noncopyable {
    * likely become inaccessible) when the MemoryMapping object is destroyed.
    */
   struct Options {
-    Options() { }
+    Options() {}
 
     // Convenience methods; return *this for chaining.
     Options& setPageSize(off_t v) { pageSize = v; return *this; }