mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
Comment on static assert failure related to rescale policy updated
This commit is contained in:
parent
38051ad095
commit
64268dd19e
@ -102,11 +102,6 @@ struct intersection_areal_areal_<TupledOut, tupled_output_tag>
|
||||
single_out, point_tag, point_tag
|
||||
> pointlike;
|
||||
|
||||
typedef typename geometry::tuples::element
|
||||
<
|
||||
areal::index, TupledOut
|
||||
>::type areal_out_type;
|
||||
|
||||
// A * A -> A
|
||||
call_intersection(areal1, areal2,
|
||||
areal::get(geometry_out),
|
||||
@ -127,6 +122,13 @@ struct intersection_areal_areal_<TupledOut, tupled_output_tag>
|
||||
{
|
||||
// NOTE: the original areal geometry could be used instead of boundary here
|
||||
// however this results in static assert failure related to rescale policy
|
||||
// After the removing of rescaling replacing boundary with areal geometry results in
|
||||
// some tests failing.
|
||||
typedef typename geometry::tuples::element
|
||||
<
|
||||
areal::index, TupledOut
|
||||
>::type areal_out_type;
|
||||
|
||||
typedef geometry::detail::boundary_view
|
||||
<
|
||||
areal_out_type const
|
||||
|
Loading…
x
Reference in New Issue
Block a user