git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49801
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool operator !=(const itor& it) const { return m_ptr != it.m_ptr; }\
}; \
\
bool operator !=(const itor& it) const { return m_ptr != it.m_ptr; }\
}; \
\
+ name(size_type n) { assign(n, value_type()); } \
name(size_type n, const_reference v) { assign(n, v); } \
name(const_iterator first, const_iterator last) \
{ assign(first, last); } \
name(size_type n, const_reference v) { assign(n, v); } \
name(const_iterator first, const_iterator last) \
{ assign(first, last); } \