Ticket #3589: serialization_array.hpp.patch

File serialization_array.hpp.patch, 375 bytes (added by Seweryn Habdank-Wojewodzki <seweryn@…>, 13 years ago)

Patch for the problem

  • serialization/array.hpp

     
    107107    }
    108108   
    109109private:
     110    typedef array this_type;
     111    this_type& operator=(this_type const&);
     112
    110113    value_type* m_t;
    111114    std::size_t const m_element_count;
    112115};