diff --git a/doc/new-iter-concepts.html b/doc/new-iter-concepts.html index 58e61ba..805a43f 100755 --- a/doc/new-iter-concepts.html +++ b/doc/new-iter-concepts.html @@ -7,7 +7,7 @@
If the traversal tags for X and Y are convertible to -single_pass_traversal_tag then the following requirements must be -met.
If the traversal tags for X and Y are convertible to -random_access_traversal_tag then the following requirements must -be met.
+If X and Y both model Random Access Traversal Iterator then +the following additional requirements must be met.
y - x | Distance | -x < y ? -distance(Y(x),y) -: -distance(y,Y(x)) | +distance(Y(x),y) | pre: there exists a value n of Distance such that @@ -950,9 +944,7 @@ value n of |
x - y | Distance | -y < x ? -distance(y,Y(x)) -: -distance(Y(x),y) | +distance(y,Y(x)) | pre: there exists a value n of Distance such that |