id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3279,SymmetricFilter does not compile with non-char types,anonymous,Jonathan Turkanis,"If I use SymmetricFilter template with a type other than char (i.e. uint8_t) I get a compiler error when compiling boost/iostreams/filter/symmetric.hpp: template void close(Sink& snk, BOOST_IOS::openmode which) IMHO the lines char dummy; const char* end = &dummy; should read char_type dummy; const char_type* end = &dummy; Please consider a change. ",Bugs,closed,Boost 1.40.0,iostreams,Boost 1.39.0,Problem,fixed,iostreams,