forked from boostorg/beast
Add copy special members
This commit is contained in:
@@ -41,6 +41,9 @@ private:
|
|||||||
boost::optional<boost::asio::io_service::work> work_;
|
boost::optional<boost::asio::io_service::work> work_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
async_echo_server(async_echo_server const&) = delete;
|
||||||
|
async_echo_server& operator=(async_echo_server const&) = delete;
|
||||||
|
|
||||||
async_echo_server(std::ostream* log,
|
async_echo_server(std::ostream* log,
|
||||||
std::size_t threads)
|
std::size_t threads)
|
||||||
: log_(log)
|
: log_(log)
|
||||||
|
Reference in New Issue
Block a user