Re: [Boost-users] Bind and overloaded operators in Visual Studio 2008

The bug you're seeing is in Dinkumware's bind, not boost's. Try using boost::bind explicitly and I suspect it will work fine.
Thanks for the quick answer. I replaced it with
#include

Hello, Benjamin. Thursday, November 13, 2008 at 1:19:30 PM you wrote:
The bug you're seeing is in Dinkumware's bind, not boost's. Try using boost::bind explicitly and I suspect it will work fine.
BS> Thanks for the quick answer. I replaced it with
BS> #include
participants (2)
-
Benjamin Swerts
-
Sergey Sadovnikov