mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-10-04 12:50:54 +02:00
Syntax consolidation.
This commit is contained in:
@@ -20,8 +20,7 @@ class write_op {
|
||||
handler_type _handler;
|
||||
|
||||
public:
|
||||
write_op(
|
||||
Owner& owner, Handler&& handler) :
|
||||
write_op(Owner& owner, Handler&& handler) :
|
||||
_owner(owner),
|
||||
_handler(std::move(handler))
|
||||
{}
|
||||
|
Reference in New Issue
Block a user