Ticket #2270: assignment_operator_warning.patch
File assignment_operator_warning.patch, 731 bytes (added by , 14 years ago) |
---|
-
array.hpp
110 110 private: 111 111 value_type* m_t; 112 112 std::size_t const m_element_count; 113 array<T>& operator=(const array<T>&); 113 114 }; 114 115 115 116 template<class T> -
extended_type_info.hpp
53 53 return false; 54 54 }; 55 55 void key_unregister(); 56 extended_type_info& operator=(const extended_type_info&); 56 57 protected: 57 58 const char * m_key; 58 59 // this class can't be used as is. It's just the