$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2006-10-18 13:12:10
On 10/18/06, Dean Michael Berris <mikhailberis_at_[hidden]> wrote:
> I'm about to make a shameless plug about the runtime dispatch library
> I've been working on the past few months (mostly testing and using in
> a project), which I've uploaded to the vault:
> http://tinyurl.com/ycsq6n for everyone to check out and comment on.
I think this question was raised before, and I'm not sure if it was
answered in a meaningful way so I'll ask it again.
What is the difference between your dispatcher and a std::map<Key,
boost::function<Prototype> >?
-- Caleb Epstein