$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-04-07 13:22:20
Andrey Semashev wrote:
> Hello,
>
> I'd like to ask if it is possible to make Boost.Lambda place holders
> _1, _2 and _3 compatible with Boost.Bind?
The latest version of Bind supports arbitrary placeholders via the
TR1-compatible is_placeholder<> trait/metafunction. See
libs/bind/test/bind_placeholder_test.cpp for an example.