
10 Mar
2004
10 Mar
'04
5:30 a.m.
----- Original Message ----- From: "Douglas Gregor" <gregod@cs.rpi.edu> To: <boost@lists.boost.org> Sent: Tuesday, March 09, 2004 9:02 PM Subject: Re: [boost] Re: enumeration interface for boost::signals
You can now get to the combiner of a signal with, surprise!, the combiner() method. Combiners are also now safe after deletion of the signal, e.g., if a signal A calls a slot that deletes signal A, we'll no longer be in the land of undefined behavior.
Cool! Thanks. Eugene