$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Fawcett (michael.fawcett_at_[hidden])
Date: 2007-10-12 12:55:56
On 10/12/07, Dean Michael Berris <mikhailberis_at_[hidden]> wrote:
> Again, if you're looking for a container for runtime function objects,
> see Boost.Signals and the (other) library I'm working on, the Runtime
> Dynamic Dispatch Library. At best, you might want to consider an
> std::map<> of Boost.Function objects instead.
>
> I hope this makes things clearer.
Yes, thanks.
--Michael Fawcett