13 Jul
                
                    2005
                
            
            
                13 Jul
                
                '05
                
            
            
            
        
    
                12:08 a.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