j
k
j a
j l
On Aug 27, 2004, at 4:37 AM, Howard Cole wrote:
myclass test_instance; boost::thread test_thread(test_instance); test_thread.join();
Just change the thread construction to use boost::ref: boost::thread test_thread(boost::ref(test_instance)); Doug
Back to the thread
Back to the list