Get *=default*ed default constructors
[folly.git] / folly / SocketAddress.h
index 7915c96f24c61e3c5d36395f36fb77a73dafc046..049cf2ff9e2faabd70f8f0a84920d68a6031c75d 100644 (file)
@@ -32,7 +32,7 @@ namespace folly {
 
 class SocketAddress {
  public:
-  SocketAddress() {}
+  SocketAddress() = default;
 
   /**
    * Construct a SocketAddress from a hostname and port.