10 Apr
2014
10 Apr
'14
8:42 p.m.
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... Albert