Boost logo

Boost :

From: Sohail Somani (s.somani_at_[hidden])
Date: 2007-01-17 20:40:19


-----Original Message-----
From: boost-bounces_at_[hidden] 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk