Ticket #3011: iostream_codecvt.diff

File iostream_codecvt.diff, 503 bytes (added by richard@…, 13 years ago)

Patch

  • /home/richard/include/boost-1_39/boost/iostreams/code_converter.hpp

    old new  
    152152        } catch (...) { /* */ }
    153153    }
    154154
    155     void open(const Device& dev, int buffer_size)
     155    template <class T>
     156    void open(const T& dev, int buffer_size)
    156157    {
    157158        if (flags_ & f_open)
    158159            throw BOOST_IOSTREAMS_FAILURE("already open");