id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4102,problem about reopening input stream,lv.jcfly@…,Jonathan Turkanis," {{{ boost::iostreams::stream is; char buf[100]; is.open(buf, sizeof(buf)); is.close(); BOOST_ASSERT(! is.is_open()); // OK is.open(buf, sizeof(buf)); is.close(); // the stream isn't closed correctly here BOOST_ASSERT(! is.is_open()); // failed. the stream is still open is.open(buf, sizeof(buf)); // throws an exception (""already open"") }}} ",Bugs,closed,Boost 1.43.0,iostreams,Boost 1.42.0,Problem,fixed,,