id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc
11113,Support easy enumeration of all elements with BOOST_FOREACH,Thomas Trummer
,awulkiew,"{{{
using namespace boost::geometry;
typedef model::d2::point_xy point2_t;
index::rtree> tree;
BOOST_FOREACH(point2_t const& pt, tree)
{
std::cout << wkt(pt) << std::endl;
}
}}}
Alternatively provide a predicate `bgi:all` that returns all elements and can be used with the `queried` adaptor.",Feature Requests,closed,Boost 1.59.0,geometry,Boost 1.57.0,Cosmetic,fixed,"rtree, iterator, range, for",