From de07014e9a44206b156075fa8a0df06e7aa131ac Mon Sep 17 00:00:00 2001 From: morinmorin Date: Mon, 28 Aug 2017 20:47:09 +0900 Subject: [PATCH] Port rst docs changeset to quickbook (230d47e). Move difference_type from the Forward Traversal Iterator concept to the Single Pass Traversal concept. --- doc/quickbook/concepts.qbk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/quickbook/concepts.qbk b/doc/quickbook/concepts.qbk index 4b53ed2..8f53574 100644 --- a/doc/quickbook/concepts.qbk +++ b/doc/quickbook/concepts.qbk @@ -175,6 +175,11 @@ semantics. [convertible to `bool`] [`!(a == b)`] ] + [ + [`iterator_traits::difference_type`] + [A signed integral type representing the distance between iterators] + [] + ] [ [`iterator_traversal::type`] [Convertible to`single_pass_traversal_tag`] @@ -207,11 +212,6 @@ valid and respect the stated semantics. [`X&`] [`r == s` and `r` is dereferenceable implies `++r == ++s.`] ] - [ - [`iterator_traits::difference_type`] - [A signed integral type representing the distance between iterators] - [] - ] [ [`iterator_traversal::type`] [Convertible to `forward_traversal_tag`]