Boost C++ Libraries: Ticket #10564: iostreams with custom character class https://svn.boost.org/trac10/ticket/10564 <p> I am trying to use iostreams with custom character class with its own traits. </p> <p> Exactly: std::basic_istream&lt;Character, <a class="missing wiki">CharacterTraits</a>&gt; boost::iostreams::filtering_stream&lt;boost::iostreams::input_seekable, Character, CharacterTraits&gt; </p> <p> This gives me bunch of errors cannot assign std::char_traits&lt;Character&gt; to <a class="missing wiki">CharacterTraits</a>. </p> <p> I have figured out a few places, where the traits does not propagate correctly. </p> <p> I have attached patch files, for places, where I believe, character trait propagation is missing. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10564 Trac 1.4.3 jur.zikmund@… Mon, 29 Sep 2014 18:59:14 GMT attachment set https://svn.boost.org/trac10/ticket/10564 https://svn.boost.org/trac10/ticket/10564 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">chain.patch</span> </li> </ul> <p> chain.hpp patch file </p> Ticket jur.zikmund@… Mon, 29 Sep 2014 18:59:37 GMT attachment set https://svn.boost.org/trac10/ticket/10564 https://svn.boost.org/trac10/ticket/10564 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">translate_int_type.patch</span> </li> </ul> <p> translate_int_type.hpp patch file </p> Ticket