j
k
j a
j l
Douglas Gregor wrote:
There's a slot_type in the signal for exactly this reason, just use: boost::signals::connection connect(boost::signal0<void>::slot_type const&) const;
There's a slot_type in the signal for exactly this reason, just use:
boost::signals::connection connect(boost::signal0<void>::slot_type const&) const;
Perfect. Many thanks, Angus
Back to the thread
Back to the list