Remove const_contiguous_iterator.
This iterator can be replaced by simple const pointer. To support comparison operators between basic_contiguous_iterator, range_snapshotting_iterator and pointers, conversion operator to const_pointer was added. This change is a potential performance improvement (we don't have another abstraction layer - const_contiguous_iterator). This also allows to reduce amount of code.
parent
9dea7f74
Please register or sign in to comment