
12 Oct
2007
12 Oct
'07
4:55 p.m.
On 10/12/07, Dean Michael Berris <mikhailberis@gmail.com> 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