23 Apr
2003
23 Apr
'03
3:16 p.m.
Jesper Bojesen wrote:
The thinking here is that if the slot goes away without disconnecting that is a programming error. -- When the signal makes a copy of the slot, it only masks the error, it doesn't fix it.
This would mean that any use of signals with bind is a programming error. sig.connect( bind(...) ); // object returned by bind dies here