$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problem with boost:thread
From: strasser_at_[hidden]
Date: 2010-03-04 11:58:52
Zitat von Daniel Veneros <dann.vd_at_[hidden]>:
> Hey, I'm trying to start a thread from a Class but the only way I did it was
> using a pointer.
IIUC:
boost::thread thr;
//...
boost::thread(bind(&thread_start)).swap(thr);