id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3723,gzip_docompressor error - basic_array_source no putback member,jose,Daniel James,"std::string decompress_gzip(const std::string& in) { std::string res; bio::array_source src(in.data(),in.length()); bio::copy(bio::compose(bio::gzip_decompressor(), src), bio::back_inserter(res)); return res; } I get this compile error with 1.41 (not with earlier releases): home/code/boost_1_41_0/boost/iostreams/read.hpp:191: error: 'class boost::iostreams::detail::direct_adapter >' has no member named 'putback' ",Bugs,closed,Boost 1.43.0,iostreams,Boost 1.41.0,Showstopper,fixed,,