From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-12-06 17:16:29


On Dec 6, 2004, at 4:03 PM, Neal Coombes wrote:

> I have been experiencing some strange behaviour (on Solaris 2.9 intel)
> with the signals::trackable object. I'm using it on all my objects
> that connect to signals and it doesn't seem to disconnect the signals
> consistently on destroyed objects (these objects are publicly and
> virtually derived from trackable). I've worked around the problem by
> manually disconnecting from all signals in the objects destructors.

Which version of Boost are you using? We fixed one such bug between
1.31.0 and 1.32.0.

        Doug