$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [gsoc] Boost.Process done
From: Ilya Sokolov (ilyasokol_at_[hidden])
Date: 2010-08-17 10:21:47
Boris Schaeling wrote:
> * The code to start child processes on POSIX platforms has been
> carefully adapted to support multi-threaded applications
You still have a bug here. std::string::c_str()
(at boost/process/operations.hpp:221) is not async-signal-safe.