Fix long line.
This commit is contained in:
parent
82fb618e68
commit
895e93526f
@ -769,7 +769,8 @@ namespace detail
|
||||
: stream_(other.stream_),
|
||||
buffers_(ASIO_MOVE_CAST(DynamicBufferSequence)(other.buffers_)),
|
||||
completion_condition_(
|
||||
ASIO_MOVE_CAST(CompletionCondition)(other.completion_condition_)),
|
||||
ASIO_MOVE_CAST(CompletionCondition)(
|
||||
other.completion_condition_)),
|
||||
handler_(ASIO_MOVE_CAST(WriteHandler)(other.handler_))
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user