Boost logo

Geometry :

Subject: [ggl] Problem intersecting linestring & polygon in Xcode 3.2.2
From: Scott K Warren (scott)
Date: 2010-04-09 15:13:43


Bruno,

Thanks for the quick response. This change does fix the "invalid initialization of non-const reference" error.

However, I still get the same "apply is not a member of get_turns" error as before.

skw

On Apr 9, 2010, at 1:15 PM, Bruno Lalande wrote:

> Hi,
>
> Looks like get_turns() should take its policy as const reference to
> enable passing temporaries. Barend can you confirm?
>
> In the meantime please try the following and tell us if it works better:
>
> bg::detail::get_turns::no_interrupt_policy policy;
> bg::get_turns<bg::detail::overlay::assign_null_policy>(ls, p, turns, policy);
>
> Bruno
> _______________________________________________
> ggl mailing list
> ggl_at_[hidden]
> http://lists.osgeo.org/mailman/listinfo/ggl


Geometry list run by mateusz at loskot.net