$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost::asio, complexity
From: Kim Barrett (kab.conundrums_at_[hidden])
Date: 2011-03-06 14:42:33
On Mar 6, 2011, at 2:11 PM, Dhaivat Pandya wrote:
>
> [... snip ...] So, I wrote a small library (<500 LOC) that basically lets you pretend that a socket is a stream and you can use it like std::cout and std::cin. Would anyone consider having this included in the Boost repository
Have you looked at boost::iostreams::file_descriptor_sink and _source?