mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-15 01:02:09 +00:00
Merge pull request #7 from mkaravel/feature/setops
[test][get_turns] replace AssignPolicy by assign_policy
This commit is contained in:
@@ -34,7 +34,7 @@ template
|
||||
class test_get_turns_ll_invariance
|
||||
{
|
||||
private:
|
||||
struct AssignPolicy
|
||||
struct assign_policy
|
||||
{
|
||||
static bool const include_no_turn = false;
|
||||
static bool const include_degenerate = EnableDegenerateTurns;
|
||||
@@ -77,7 +77,7 @@ private:
|
||||
<
|
||||
LinearGeometry1,
|
||||
LinearGeometry2,
|
||||
AssignPolicy
|
||||
assign_policy
|
||||
>
|
||||
>::apply(turns, linear1, linear2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user