znone
2021-02-26 a2b2faa6019572388248617d0ac740bde95feb74
include/qtl_common.hpp
@@ -1158,6 +1158,14 @@
      overflow();
   }
   void swap(blobbuf& other)
   {
      std::swap(m_buf, other.m_buf);
      std::swap(m_size, other.m_size);
      std::swap(m_pos, other.m_pos);
      std::streambuf::swap(other);
   }
protected:
   virtual pos_type seekoff(off_type off, std::ios_base::seekdir dir,