$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::thread object initialization. cannot understand.
From: Igor R (boost.lists_at_[hidden])
Date: 2010-01-17 08:10:17
> Â boost::thread f(F());
What if you write it this way:
boost::thread f((F()));