
11 Jun
2008
11 Jun
'08
8:32 a.m.
Scott McMurray wrote:
On Tue, Jun 10, 2008 at 09:46, Hansi <hansipet@web.de> wrote:
When should be used boost/lamda/bind.hpp? Is there somewhere a documentation which compares the 2 implementations?
AFAIK, the only reason to use Boost.Bind instead of Boost.Lambda is that it supports more platforms.
For me, the most common reason for using Boost.Bind is that it supports boost::shared_ptr<>. FWIW / Johan