$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Process 0.5: Another update/potential candidate for an official library
From: Boris Schaeling (boris_at_[hidden])
Date: 2012-11-13 18:46:28
On Sat, 10 Nov 2012 02:06:53 +0100, Klaim - Joël Lamotte
<mjklaim_at_[hidden]> wrote:
> I just included boost/process.hpp and now VS is looking for the boost
> iostream library .lib file.
> Is boost iostream always a requirement with boost process? I thought it
> was
> a requirement only when using io between processes?
Boost.Iostreams types are used by the initializers bind_stdin, bind_stdout
and bind_stderr. If you don't use these initializers and pull in header
files one by one, I think it's possible to get rid of this dependency.
Boris