mirror of
https://github.com/boostorg/asio.git
synced 2026-01-27 06:32:08 +00:00
Add missing move cast.
[SVN r85754]
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
|
||||
void operator()()
|
||||
{
|
||||
dispatcher_.dispatch(handler_);
|
||||
dispatcher_.dispatch(BOOST_ASIO_MOVE_CAST(Handler)(handler_));
|
||||
}
|
||||
|
||||
void operator()() const
|
||||
|
||||
Reference in New Issue
Block a user