id summary reporter owner description type status milestone component version severity resolution keywords cc 525 problem with boost::iostreams when compiled with Visual C++ nobody Jonathan Turkanis "{{{ There seems to be a problem with boost::iostreams when compiled with Visual C++ 7.1 (Boost Release 1.33.1 Beta). The following code results in a compile error: char array[100]; typedef code_converter > MyArrayDevice; stream wCharOut(array, 100); error C2665: 'boost::iostreams::detail::io_mode_impl_helper' : none of the 9 overloads can convert parameter 1 from type 'boost::iostreams::detail::array_adapter ::category' .... The same lines work just fine when compiled with gcc. }}}" Bugs closed iostreams None Problem fixed