Commit 5caf99b1 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment