
30 Nov
2009
30 Nov
'09
10:43 a.m.
There is a test case attached to the bug: https://svn.boost.org/trac/boost/ticket/1076
Test case fails for me with VC++, and with gcc 4. It looks to me as if it should fail as well - the functor event_handler isn't equality comparable. Adding the member: bool operator==(const event_handler&)const{ return true; } to class event_handler fixes things for me, but whether this is the correct fix, or whether this is supposed to work, I have no idea. HTH, John.