[geometry][index]: clang compile errors fixed.

[SVN r84859]
This commit is contained in:
Adam Wulkiewicz
2013-06-21 14:34:52 +00:00
parent 3391f24b18
commit 17934592b5
2 changed files with 2 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ struct pick_seeds
typedef typename rtree::element_indexable_type<element_type, Translator>::type indexable_type;
typedef typename coordinate_type<indexable_type>::type coordinate_type;
static const size_t dimension = dimension<indexable_type>::value;
static const size_t dimension = geometry::dimension<indexable_type>::value;
typedef pick_seeds_impl<Elements, Parameters, Translator, dimension> impl;
typedef typename impl::separation_type separation_type;

View File

@@ -355,7 +355,7 @@ struct redistribute_elements<Value, Options, Translator, Box, Allocators, rstar_
typedef typename Options::parameters_type parameters_type;
static const size_t dimension = dimension<Box>::value;
static const size_t dimension = geometry::dimension<Box>::value;
typedef typename index::detail::default_margin_result<Box>::type margin_type;
typedef typename index::detail::default_content_result<Box>::type content_type;