git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38747
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
iterator_type base() const { return m_cur; } \
\
reference operator*() const { return *(m_cur - 1); } \
iterator_type base() const { return m_cur; } \
\
reference operator*() const { return *(m_cur - 1); } \
- pointer operator->() const { return m_cur - 1; } \
\
name& operator++() { --m_cur; return *this; } \
name operator++(int) { name tmp = *this; --m_cur; return tmp; } \
\
name& operator++() { --m_cur; return *this; } \
name operator++(int) { name tmp = *this; --m_cur; return tmp; } \