Future<Unit> global fixup
[folly.git] / folly / AtomicHashMap.h
index f0b04a56366c2b1a3dbf3cf9f6a458fa494e6787..5b58feea1fccd1786a020583fd88a3d98e0c451b 100644 (file)
@@ -389,7 +389,7 @@ class AtomicHashMap : boost::noncopyable {
 
   struct SimpleRetT { uint32_t i; size_t j; bool success;
     SimpleRetT(uint32_t ii, size_t jj, bool s) : i(ii), j(jj), success(s) {}
-    SimpleRetT() {}
+    SimpleRetT() = default;
   };
 
   template <class T>