$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost-users] Subject: Formal Review of Proposed Boost.Process library starts tomorrow
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-02-07 14:30:54
On 07/02/2011 19:22, Steven Watanabe wrote:
> * There are pistream and postream. What about
> piostream for completeness.
Pipes are either read-only or write-only; there could however be a
mechanism to aggregate two pipes into a single iostream.