$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sohail Somani (s.somani_at_[hidden])
Date: 2006-10-18 20:03:26
> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]] On Behalf Of Janek Kozicki
> Sent: Wednesday, October 18, 2006 4:53 PM
> To: boost_at_[hidden]
> Subject: Re: [boost] Runtime Dynamic Dispatch (boost-dispatch)
>
> Dean Michael Berris said: (by the date of Wed, 18 Oct
> 2006 22:24:09 +0800)
>
> > Hi Everyone,
> >
> > 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.
>
> can it be used for multimethods ?
Doesn't seem like it. It uses a single value to dispatch so it's the
same thing as single dispatch. Shouldn't be impossible to dispatch based
on multiple values though.