Add missing move cast.
This commit is contained in:
parent
8837bd220d
commit
79c2a96015
@ -72,7 +72,7 @@ public:
|
||||
|
||||
void operator()()
|
||||
{
|
||||
dispatcher_.dispatch(handler_);
|
||||
dispatcher_.dispatch(ASIO_MOVE_CAST(Handler)(handler_));
|
||||
}
|
||||
|
||||
void operator()() const
|
||||
|
Loading…
Reference in New Issue
Block a user