-----Original Message-----
From: boost-users-bounces@lists.boost.org on behalf of Joel de Guzman

If it was a solution for this case alone, yes, however:
1) The level of difficulty is at least the same
2) You can do a lot more with fusion than with mpl alone
    -> e.g. at one point, you'll definitely want to get the
       actual values and manipulate them from your algorithms.

----------

This is just it. One can imagine specializing for the type of binded function and/or perhaps logging all the arguments of a certain type.

Sohail