From: Edward Diener (eddielee_at_[hidden])
Date: 2003-10-12 09:21:05


Firingme wrote:
> I've read Herb Sutter's CUJ article
> <<Generalizing Observer>> from
>
> http://www.cuj.com/documents/s=8840/cujexp0309sutter/
>
> And in that article Herb suggest add
>
> 1: Equality Comparison
> 2: Multicast Support
>
> and he've given a in-depth analyse for those 2 suggestting.
>
> Will D.Gregor add those trait to Boost.Function?

Without wishing to answer for Mr. Gregor, multicast support exists in the
Boost signals library, also by Mr. Gregor. I don't think that the concept of
Boost function, in and of itself, has anything to do with multicasting.