Let Futex import base-class ctors
[folly.git] / folly / SharedMutex.h
index ce160f8087a99a1d7bdfab51fc5e2c040d3a6dbc..976c6e09f80f9918aa1f599167aea16a00ab6f52 100644 (file)
@@ -563,7 +563,7 @@ class SharedMutexImpl {
   };
 
   // 32 bits of state
-  Futex state_;
+  Futex state_{};
 
   // S count needs to be on the end, because we explicitly allow it to
   // underflow.  This can occur while we are in the middle of applying