mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 21:44:04 +00:00
Use fp_equals comparison in side_strategy for convex_hull.
This commit is contained in:
parent
3f5c044abc
commit
1d5330e330
@ -46,7 +46,7 @@ public:
|
||||
static auto side()
|
||||
{
|
||||
using side_strategy_type
|
||||
= strategy::side::side_robust<CalculationType>;
|
||||
= strategy::side::side_robust<CalculationType, strategy::side::fp_equals_policy>;
|
||||
return side_strategy_type();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user