From ff1ccbdf2900f251f59bfaf101ae84261815714f Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Fri, 16 Nov 2012 12:43:34 +0000 Subject: [PATCH] Translator copy ctor exception handled. Exception-safety docs moddified. [SVN r81365] --- doc/html/geometry_index/introduction.html | 2 +- doc/html/geometry_index/r_tree.html | 2 +- .../r_tree/creation_and_modification.html | 6 +- .../r_tree/exception_safety.html | 89 +++++++++++++++++-- .../geometry_index/r_tree/introduction.html | 2 +- .../r_tree/nearest_neighbours_queries.html | 2 +- .../r_tree/rtree_quickstart.html | 4 +- .../r_tree/spatial_queries.html | 2 +- doc/html/index.html | 4 +- doc/rtree/exception_safety.qbk | 16 +++- .../geometry/extensions/index/rtree/rtree.hpp | 75 +++++++++------- 11 files changed, 148 insertions(+), 56 deletions(-) diff --git a/doc/html/geometry_index/introduction.html b/doc/html/geometry_index/introduction.html index aea9c9dc7..dd8b1efc4 100644 --- a/doc/html/geometry_index/introduction.html +++ b/doc/html/geometry_index/introduction.html @@ -3,7 +3,7 @@ Introduction - + diff --git a/doc/html/geometry_index/r_tree.html b/doc/html/geometry_index/r_tree.html index 610c173c3..f204ae1ba 100644 --- a/doc/html/geometry_index/r_tree.html +++ b/doc/html/geometry_index/r_tree.html @@ -3,7 +3,7 @@ R-tree - + diff --git a/doc/html/geometry_index/r_tree/creation_and_modification.html b/doc/html/geometry_index/r_tree/creation_and_modification.html index 50c29f984..09a46b6b3 100644 --- a/doc/html/geometry_index/r_tree/creation_and_modification.html +++ b/doc/html/geometry_index/r_tree/creation_and_modification.html @@ -3,7 +3,7 @@ Creation and modification - + @@ -51,7 +51,7 @@

rtree<Value, Parameters, Translator, Allocator>
 
-