
-----Original Message----- From: boost-bounces@lists.boost.org on behalf of Joel de Guzman I would suggest "adapting" bind's tuples to fusion instead of replacing it with fusion's vector/list. The main advantage of adapting is that it is non-intrusive. Remember that one of bind's biggest advantage over lambda/phoenix is that it works with a lot more compilers. Alas, fusion requires a fairly conforming compiler. Once you adapt bind's tuples to fusion, you can now use its facilities (algorithms, etc.) for free. -------------- Ah, you are right. My apologies to Peter. --------------
PS: I've also done the same change with phoenix::tuple so whichever one is preferred
FYI, the latest phoenix version already uses fusion. ------ Really? Well anyway, thank you for your wisdom :) Sohail