$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Wooding (steve.apo_at_[hidden])
Date: 2006-02-15 08:16:29
Thanks everyone.
threadGroup.create_thread( boost::bind( &MyClass::ChildThreadFunc, this, ii ) );
Works fine. I've changed it to pass by value as it is only an int in
my simple example, but could be something bigger later. Thanks for the
insight on passing by reference.
Cheers,
Steve.