12 Apr
2014
12 Apr
'14
7:49 p.m.
On Thu, Apr 10, 2014 at 3:42 PM, Vee Kay
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:
https://github.com/boostorg/phoenix/blob/88b1eb2837e64e1808d755844fe1f868119...
By convention I use _1 placeholders because I'm familiar with those from boost::bind. In any case, this doesn't particularly answer the root of my question which is: which one (which bind, not which placeholders) should I be using?