forked from boostorg/iterator
read/write to read/swap as per Dave's suggestion
[SVN r1258]
This commit is contained in:
@@ -163,7 +163,7 @@ Forward Iterator -> Single Pass Iterator and Readable Iterator and Writable Iter
|
|||||||
Bidirectional Iterator -> Bidirectional Traversal Iterator and Swappable Iterator
|
Bidirectional Iterator -> Bidirectional Traversal Iterator and Swappable Iterator
|
||||||
``reverse``
|
``reverse``
|
||||||
|
|
||||||
Bidirectional Iterator -> Bidirectional Traversal Iterator and Readable and Writable Iterator
|
Bidirectional Iterator -> Bidirectional Traversal Iterator and Readable and Swappable Iterator
|
||||||
``partition``
|
``partition``
|
||||||
|
|
||||||
Bidirectional Iterator (1) -> Bidirectional Traversal Iterator and Readable Iterator,
|
Bidirectional Iterator (1) -> Bidirectional Traversal Iterator and Readable Iterator,
|
||||||
@@ -179,7 +179,7 @@ Bidirectional Iterator -> Bidirectional Traversal Iterator and Readable Iterator
|
|||||||
Bidirectional Iterator -> Bidirectional Traversal Iterator and Readable Iterator
|
Bidirectional Iterator -> Bidirectional Traversal Iterator and Readable Iterator
|
||||||
``reverse_copy``
|
``reverse_copy``
|
||||||
|
|
||||||
Random Access Iterator -> Random Access Traversal Iterator and Readable and Writable Iterator
|
Random Access Iterator -> Random Access Traversal Iterator and Readable and Swappable Iterator
|
||||||
``random_shuffle, sort, stable_sort, partial_sort, nth_element, push_heap, pop_heap
|
``random_shuffle, sort, stable_sort, partial_sort, nth_element, push_heap, pop_heap
|
||||||
make_heap, sort_heap``
|
make_heap, sort_heap``
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user