j
k
j a
j l
shouldn't this be: auto b = boost::bind(&Monitor::Change, this, _1, _2);
shouldn't this be:
auto b = boost::bind(&Monitor::Change, this, _1, _2);
Yes, thank you both. The crypticness of the error message sent me down a rat-hole chasing the wrong problem. All better now. —Stuart
Back to the thread
Back to the list