j
k
j a
j l
first.connect(boost::bind(boost::ref(second))); second.connect(boost::bind(gotit));
Brilliant, boost::ref was the missing link. thanks a lot, Remko
Back to the thread
Back to the list