enabling defaultctor for Server
This commit is contained in:
parent
79bc071754
commit
fc87b0a11e
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user