$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] phoenix bind vs boost bind?
From: Vee Kay (vkicefire_at_[hidden])
Date: 2014-04-10 16:42:15
On 08/04/14 14:40, Robert Dailey wrote:
> If I intermingle them, I have a lot of issues out of placeholder
> ambiguities that results in more boilerplate code (i.e. using
> boost::phoenix::placeholders::_1 everywhere).
>
You should be able to use arg1 instead, they are the same type:
Albert