Subject: Re: [Boost-users] Passing signals as functions
From: Igor R (boost.lists_at_[hidden])
Date: 2008-12-30 17:52:48


> The problem is that the function taking the function parameter is a
> pure virtual, so I can't really use a template function, can I?
>
No, then you can't.