From b11eb4fe5b0708c097bcf163055fcc75f37cf33c Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Tue, 10 Sep 2013 12:00:44 +0000 Subject: [PATCH] [geometry] index docs: reformulated sentence. [SVN r85638] --- doc/index/rtree/query.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index/rtree/query.qbk b/doc/index/rtree/query.qbk index b57c9d3e1..7f10db949 100644 --- a/doc/index/rtree/query.qbk +++ b/doc/index/rtree/query.qbk @@ -175,7 +175,7 @@ Of course it's possible to connect different types of predicates together. [h4 Breaking or pausing the query] -By use of query iterators, the query may be paused and resumed if needed, e.g. when the query takes too long, +The query performed using query iterators may be paused and resumed if needed, e.g. when the query takes too long, or stopped at some point, e.g when all interesting values were gathered. for ( Rtree::const_query_iterator it = tree.qbegin(bgi::nearest(pt, 10000)) ;