Compare commits
13 commits
479c3b628b
...
28147ee0e3
Author | SHA1 | Date | |
---|---|---|---|
|
28147ee0e3 | ||
|
ee408b7ff8 | ||
|
b115439029 | ||
810ebbfa86 | |||
23070660f9 | |||
eafa3aff85 | |||
efcbc8e86a | |||
460f3f96c9 | |||
9b670ab098 | |||
f4cb788a48 | |||
7b97541320 | |||
42bd42f3e2 | |||
|
46d630de39 |
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ template <typename Socket>
|
|||
struct PrintStream : Socket {
|
||||
using Socket::Socket;
|
||||
PrintStream(PrintStream&&) = default;
|
||||
constexpr PrintStream(Socket&& sock) : Socket(std::move(sock)) {
|
||||
}
|
||||
using Executor = Socket::executor_type;
|
||||
template <typename ConstBufferSequence,
|
||||
BOOST_ASIO_COMPLETION_TOKEN_FOR(void(boost::system::error_code, std::size_t))
|
||||
|
|
Loading…
Reference in a new issue