
3 Aug
2009
3 Aug
'09
9:34 a.m.
Hi, I've created ticket for this problem some time ago: https://svn.boost.org/trac/boost/ticket/2977: boost.phoenix cannot be used with asio to create handlers. phoenix functors has overloaded operator &, and asio cannot allocate new handler. ASIO should use boost::addressof instead of &, while allocating handlers. Best Regards, Sergei