From: Howard Cole (howard.cole_at_[hidden])
Date: 2004-08-27 11:42:44


Amazing. Thanks Doug.

Howard.

Howard Cole
www.selestial.com
>
> Just change the thread construction to use boost::ref:
>
> boost::thread test_thread(boost::ref(test_instance));
>
> Doug