Ticket #11334: patch.diff

File patch.diff, 455 bytes (added by nathan@…, 7 years ago)

Patch which adds this

  • boost/iostreams/filter/symmetric.hpp

    diff --git a/boost/iostreams/filter/symmetric.hpp b/boost/iostreams/filter/symmetric.hpp
    index cc92b0c..b8864e0 100644
    a b public:  
    185185        }
    186186    }
    187187    SymmetricFilter& filter() { return *pimpl_; }
     188    const SymmetricFilter& filter() const { return *pimpl_; }
    188189    string_type unconsumed_input() const;
    189190
    190191// Give impl access to buffer_type on Tru64