$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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