Subject: Re: [boost] [Signal] Variadic template implementation of signal/slot
From: Frank Mori Hess (fmhess_at_[hidden])
Date: 2009-05-20 18:34:23


On Wednesday 20 May 2009, Kevin Brandon wrote:
> Would anyone be interested in seeing my implementation of Signals/Slots
> that uses the variadic template capability that will be a part of c++0x
> standard?

Sure. Can you give an outline of how you are using variadic templates and
the interface changes?