
18 Mar
2017
18 Mar
'17
1:33 p.m.
Bjorn Reese wrote:
Most algorithms take the typelist as the first argument, but others do not, e.g. mp_transform<F, L...>. If possible, I would like to see all algorithms take typelist as the first argument.
It's not possible for L... to be first. Note the ellipsis.