id summary reporter owner description type status milestone component version severity resolution keywords cc 786 bug in iostreams/copy.hpp line 81 nobody Jonathan Turkanis "{{{ in boost 1_33_1 iostreams library file copy.hpp line 91 and following... it should rather be : streamsize amt; while ((amt=iostreams::read(src, buf.data(),buffer_size)) != -1) { std::copy(buf.data(), buf.data() + amt, p.first + total); total += amt; } return total; otherwise it happens that the std::copy line is called with amt =-1 which is a bug isnt it ? Regards, Mathieu }}}" Bugs closed iostreams None Problem fixed