
20 Feb
2010
20 Feb
'10
7:51 p.m.
On Sat, Feb 20, 2010 at 10:56 AM, Igor R <boost.lists@gmail.com> wrote:
I'm having some trouble resolving the call to read_until (see snippet below)
Is there some reason I am not be able to use a boost::function as the MatchCondition object?
It compiles well with MSVC9.0
As a workaround, try assigning the result of the bind to a boost::function<> object of the appropriate type first, and then passing that boost::function<> object by value into the asio method Not sure if it will work, but if nothing else it might get the compiler to give you a different error and you can figure something out.