$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Issues with boost::process from the sandbox and the boost::process::child semantics
From: AgustÃn Bergé (kaballo86_at_[hidden])
Date: 2011-03-27 20:33:09
On 27/03/2011 18:01, Jan Kundrát wrote:
> The only solution I could come up is the following:
>
> private:
> std::tr1::shared_ptr<boost::process::child> childProcess;
You could always use Boost.Optional for that, which is stack based.
K-ballo.-