enabling defaultctor for Server
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ class Server
|
|||||||
boost::bind(&Server::HandleAccept, this, boost::asio::placeholders::error));
|
boost::bind(&Server::HandleAccept, this, boost::asio::placeholders::error));
|
||||||
}
|
}
|
||||||
|
|
||||||
Server() = delete;
|
// Server() = delete;
|
||||||
// Server(const Server &) = delete;
|
// Server(const Server &) = delete;
|
||||||
|
|
||||||
void Run()
|
void Run()
|
||||||
|
|||||||
Reference in New Issue
Block a user