
13 Jul
2008
13 Jul
'08
10:53 a.m.
Hi, What is the correct syntax to test whether a signal has any slots connected? boost::signal<void(void)> sig; if (sig) DoSomething(); This doesn't compile. Thanks Simon