$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Arkadiy Vertleyb (vertleyb_at_[hidden])
Date: 2006-09-13 15:09:38
"Peter Dimov" <pdimov_at_[hidden]> wrote
> In 1.33, you can't use boost::bind with Lambda's placeholders. Either use
> Bind's ::_1 placeholder, or use boost::lambda::bind.
>
> In 1.35, the code will work even with Lambda's placeholder.
Is 1.35 correct or did you mean 1.34?
Just an idea -- is it possible to have one universal set of placeholders in
boost? Bind, Lambda, MPL, and possibly other libraries could then use some
sort of redirection to their specialized placeholders... Might help to
avoid some confusion.
Regards,
Arkadiy