Skip to content

Commit 8dbdb67

Browse files
committed
Merge pull request #7 from mkaravel/feature/setops
[test][get_turns] replace AssignPolicy by assign_policy
2 parents 7cbd488 + b88dbfb commit 8dbdb67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/algorithms/test_get_turns_ll_invariance.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ template
3434
class test_get_turns_ll_invariance
3535
{
3636
private:
37-
struct AssignPolicy
37+
struct assign_policy
3838
{
3939
static bool const include_no_turn = false;
4040
static bool const include_degenerate = EnableDegenerateTurns;
@@ -77,7 +77,7 @@ class test_get_turns_ll_invariance
7777
<
7878
LinearGeometry1,
7979
LinearGeometry2,
80-
AssignPolicy
80+
assign_policy
8181
>
8282
>::apply(turns, linear1, linear2);
8383
}

0 commit comments

Comments
 (0)