1// Boost.Geometry Index
2// Unit Test
3
4// Copyright (c) 2011-2014 Adam Wulkiewicz, Lodz, Poland.
5
6// Use, modification and distribution is subject to the Boost Software License,
7// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8// http://www.boost.org/LICENSE_1_0.txt)
9
10#include <rtree/test_rtree.hpp>
11
12int test_main(int, char* [])
13{
14 typedef bg::model::box< bg::model::point<double, 2, bg::cs::cartesian> > Indexable;
15 testset::modifiers<Indexable>(parameters: bgi::linear<5, 2>(), allocator: std::allocator<int>());
16 return 0;
17}
18

source code of boost/libs/geometry/index/test/rtree/generated/rtree_lin_mod_b2d.cpp