$include_dir="/home/hyper-archives/geometry/include"; include("$include_dir/msg-header.inc") ?>
Subject: [ggl] Problem intersecting linestring & polygon in Xcode 3.2.2
From: Bruno Lalande (bruno.lalande)
Date: 2010-04-09 14:15:09
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