$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-07-01 12:10:19
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.