how to get notified about signal connects and disconnects from slots with boost signals2

40 views Asked by At

I'm working with boost::signals2 and am looking for a way to get notified when signals are connected and disconnected. Is there a built in functionality or is it possible to implement this on top of it?

I had a glance at the implementation and think it cannot be done without changing the library itself. If this is correct, is there a known reason for why it's not possible or already implemented?

0

There are 0 answers