Closed HenryRLee closed 7 years ago
This patch includes the following two changes:
operator+(difference_type, const ordered_iterator&)
operator+(const ordered_iterator& lhs, const ordered_iterator& rhs)
Thank you for the correction!
I added some tests (forgot to test this part) and merged the changes.
No problem
This patch includes the following two changes:
operator+(difference_type, const ordered_iterator&)
which is required in a random access iterator.operator+(const ordered_iterator& lhs, const ordered_iterator& rhs)
, which is not a standard operator in iterators.