Boost C++ Libraries: Ticket #7179: boost:::iostream::inverse doesn't work with char_type other then char https://svn.boost.org/trac10/ticket/7179 <p> See file \boost\iostreams\invert.hpp </p> <p> This lines </p> <pre class="wiki">std::streamsize read(Source&amp; src, char* s, std::streamsize n) ... std::streamsize write(Sink&amp; dest, const char* s, std::streamsize n) </pre><p> should be changed with: </p> <pre class="wiki">std::streamsize read(Source&amp; src, char_type* s, std::streamsize n) ... std::streamsize write(Sink&amp; dest, const char_type* s, std::streamsize n) </pre><p> for appropriate handling of unsigned char, for example. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7179 Trac 1.4.3