$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [bind] Dereferencing placeholder argument
From: Szymon Gatner (szymon.gatner_at_[hidden])
Date: 2011-09-09 11:21:18
2011/9/9 Nat Linden <nat_at_[hidden]>:
> On Fri, Sep 9, 2011 at 10:04 AM, Ivan Le Lann <ivan.lelann_at_[hidden]> wrote:
>> Have you tried *_1 ?
>
> I think that works with boost::lambda::bind and boost::lambda::_1
> (also, presumably, the corresponding constructs in Phoenix) but not
> with plain boost::bind.
Indeed I tried that - getting invalid indirection error.