Fix long line.

This commit is contained in:
Christopher Kohlhoff 2015-02-15 17:47:49 +11:00
parent 82fb618e68
commit 895e93526f

View File

@ -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_))
{
}