id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8680,seekable_device missing in boost/iostreams/concepts.hpp,Eric Molitor ,Jonathan Turkanis,"The documentation for [http://www.boost.org/doc/libs/1_53_0/libs/iostreams/doc/tutorial/container_device.html Boost.iosteams:Tutorial:Container_Device] refers to seekable_device as existing in [http://www.boost.org/doc/libs/1_53_0/boost/iostreams/concepts.hpp boost/iostreams/concepts.hpp]. However it does not exist. Either the documentation should be update or something along the lines of the following should be added to concepts.hpp.[[BR]] {{{ typedef device seekable_device; typedef wdevice wseekable_device; }}} Not sure if that should be wseekable_device or seekable_wdevice. The latter seems to better match the filter typedef's. Alternatively the documentation could be updated to refer to device[seekable].",Bugs,new,To Be Determined,iostreams,Boost 1.53.0,Problem,,,