13 Apr
2014
13 Apr
'14
7:18 a.m.
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... MAT.