13 Apr
2014
13 Apr
'14
1:46 p.m.
On Sun, Apr 13, 2014 at 2:18 AM, Mathieu Champlon
On 12/04/2014 21:49, Robert Dailey wrote:
(...) 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?
Boost.Bind is limited to 9 arguments so if you need more you don't have much of a choice (Boost.Lambda has 10, only Boost.Phoenix has more). Other than that I tend to use Boost.Bind most of the time because it's much lighter than Boost.Phoenix which tends to hit compile times quite badly from my experience...
Perfect answer. This is exactly what I was looking for. Thanks to everyone for the help.