id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3839,[iostreams]write.hpp:write_device_impl tries access non-member f,cppljevans@…,Daniel James,"In the boost/iostreams/write.hpp file, in template specialization: struct write_device_impl the line: return !traits_type::eq_int_type( t.rdbuf()->s.sputc(), should be changed to: return !traits_type::eq_int_type( t.rdbuf()->sputc(c), because a streambuf has no s member and the proposed changed reflects what's done elsewhere in the same file. ",Bugs,closed,Boost 1.43.0,iostreams,Boost 1.41.0,Problem,fixed,,