mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 23:22:10 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user