[buffer][doc] fix buffer_with_strategies example

This commit is contained in:
Barend Gehrels 2014-07-20 12:47:46 +02:00
parent 6100b695be
commit 267a426c0e

View File

@ -27,8 +27,8 @@ int main()
boost::geometry::strategy::buffer::distance_symmetric<coordinate_type> distance_strategy(buffer_distance);
boost::geometry::strategy::buffer::join_round join_strategy(points_per_circle);
boost::geometry::strategy::buffer::end_round end_strategy(points_per_circle);
boost::geometry::strategy::buffer::buffer_circle circle_strategy(points_per_circle);
boost::geometry::strategy::buffer::buffer_side side_strategy;
boost::geometry::strategy::buffer::point_circle circle_strategy(points_per_circle);
boost::geometry::strategy::buffer::side_straight side_strategy;
// Declare output
boost::geometry::model::multi_polygon<polygon> result;