$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-07-12 17:08:53
Rob Stewart wrote:
> From: "Jonathan Turkanis"
>> 3. streambuf / stream
>
> While these would be in the boost::io
They're now in boost::iostreams.
> namespace (IIRC), with a
> using directive, for example, they will conflict with std::stream
> and std::streambuf.
There's no std::stream, so this is just a problem for streambuf.
Jonathan