
1 Jul
2008
1 Jul
'08
4:10 p.m.
Giovanni Piero Deretta wrote:
- Last time I checked Phoenix only had a monomoprhic bind. If you have polymorphic functions you have to convert them to lazy functions. I think that adding a polymorphic bind (like lambda shouldn't be hard).
I think that ideally, there should be a single bind function (Boost.Bind, Boost.Lambda, Phoenix, etc.) Why is there a need for bind to be library-specific? Overloading is possible to handle special cases.