
12 Jul
2005
12 Jul
'05
10:08 p.m.
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