
13 Nov
2012
13 Nov
'12
11:46 p.m.
On Sat, 10 Nov 2012 02:06:53 +0100, Klaim - Joël Lamotte <mjklaim@gmail.com> 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