Boost logo

Boost Users :

Subject: Re: [Boost-users] Bind and overloaded operators in Visual Studio 2008
From: Adam Merz (adammerz_at_[hidden])
Date: 2008-11-12 14:52:41


In the case of VS2005, you're using boost::bind by way of boost::tr1. In the
case of VS2008, you're using Dinkumware's std::tr1::bind. There is no feature
pack for VS2008 SP1, only for VS2008 RTM, as SP1 comes with TR1.

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net