
30 Nov
2009
30 Nov
'09
2:21 p.m.
On Nov 30, 2009, at 2:50 AM, Richard Webb (and John Maddock) wrote:
Marshall Clow-2 wrote:
There is a test case attached to the bug: https://svn.boost.org/trac/boost/ticket/1076
It looks like disconnecting like that requires the struct to be comparable.
The example attached to the bug compiles ok in VC9 if you add an operator==(const event_handler&) to the event_handler struct.
Thanks. I've closed the bug as "invalid", but I think the documentation needs to be updated to mention this. -- Marshall