$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [phoenix2][asio] phoenix bind does not work with asio
From: Sergei Politov (spolitov_at_[hidden])
Date: 2009-08-03 05:34:30
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