2
0
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:
Christopher Kohlhoff
2013-09-17 22:01:26 +00:00
parent dcc918d0a9
commit 5cd67a72cc

View File

@@ -73,7 +73,7 @@ public:
void operator()()
{
dispatcher_.dispatch(handler_);
dispatcher_.dispatch(BOOST_ASIO_MOVE_CAST(Handler)(handler_));
}
void operator()() const