From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-10-31 17:07:26


On Thursday 31 October 2002 02:48 pm, Dirk Gerrits wrote:
> /libs/signals/doc/reference/signalN.html contains the following:
>
> void disconnect(const group_type& group);
> [...]
> Complexity: O(lg n) + k where n is the number of slots known to the
> signal and k is the number of .
>
> I think there is something missing before the period?

k is the number of slots in the group. It's fixed now in CVS, along with some
other minor documentation problems.

        Doug