[Boost-bugs] [Boost C++ Libraries] #10564: iostreams with custom character class

Subject: [Boost-bugs] [Boost C++ Libraries] #10564: iostreams with custom character class
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-09-29 18:52:57


#10564: iostreams with custom character class
------------------------------+-----------------------
 Reporter: jur.zikmund@… | Owner: turkanis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: |
------------------------------+-----------------------
 I am trying to use iostreams with custom character class with its own
 traits.

 Exactly:
 std::basic_istream<Character, CharacterTraits>
 boost::iostreams::filtering_stream<boost::iostreams::input_seekable,
 Character, CharacterTraits>

 This gives me bunch of errors cannot assign std::char_traits<Character> to
 CharacterTraits.

 I have figured out a few places, where the traits does not propagate
 correctly.

 I have attached patch files, for places, where I believe, character trait
 propagation is missing.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10564>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC