Boost.Geometry fixes for offset-extension w.r.t. new buffer approach (does not run yet but compiles)

[SVN r77063]
This commit is contained in:
Barend Gehrels
2012-02-18 11:04:19 +00:00
parent 327d7a1eca
commit a4e26f8d21
5 changed files with 30 additions and 43 deletions

View File

@@ -45,8 +45,7 @@ void test_offset(std::string const& caseid, Geometry const& geometry,
typedef bg::strategy::buffer::join_round
<
point_type,
point_type,
false
point_type
> join_strategy;
GeometryOut moved_by_offset;