From d61102e2557b6e39e88349b2a7f958f654f7bbf5 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Mon, 3 Apr 2017 13:02:18 +0000 Subject: [PATCH] Fix compilation of rtree benchmark --- src/benchmarks/static_rtree.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/benchmarks/static_rtree.cpp b/src/benchmarks/static_rtree.cpp index 803ca7fe1..a19f12834 100644 --- a/src/benchmarks/static_rtree.cpp +++ b/src/benchmarks/static_rtree.cpp @@ -27,10 +27,7 @@ constexpr int32_t WORLD_MIN_LON = -180 * COORDINATE_PRECISION; constexpr int32_t WORLD_MAX_LON = 180 * COORDINATE_PRECISION; using RTreeLeaf = extractor::EdgeBasedNode; -using BenchStaticRTree = - util::StaticRTree::vector, - storage::Ownership::Container>; +using BenchStaticRTree = util::StaticRTree; std::vector loadCoordinates(const boost::filesystem::path &nodes_file) {