$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2008-06-11 04:32:40
Scott McMurray wrote:
> On Tue, Jun 10, 2008 at 09:46, Hansi <hansipet_at_[hidden]> 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