[Boost-bugs] [Boost C++ Libraries] #6236: code_converter does not allocate second buffer

Subject: [Boost-bugs] [Boost C++ Libraries] #6236: code_converter does not allocate second buffer
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-07 23:36:55


#6236: code_converter does not allocate second buffer
---------------------------------------------------+------------------------
 Reporter: Steve Clementi <sclementi2@…> | Owner: turkanis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
  Version: Boost 1.48.0 | Severity: Problem
 Keywords: |
---------------------------------------------------+------------------------
 The code_converter will not allocate the second buffer for bidirectional
 devices.

 The open method checks
    if (can_write::value && !is_double::value)
 but it should be
    if (can_write::value && is_double::value)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6236>
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:08 UTC