mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
[geometry][index]: clang compile errors fixed.
[SVN r84859]
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user