$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Polygon] "Ambiguous use of partial specialization" in CodeWarrior
From: Kef Schecter (furrykef_at_[hidden])
Date: 2010-01-08 16:55:41
> Kef didn't specify whether he wanted to merge 2 polygons with holes
> or N polygons with holes. I would expect it is the latter.
I'm merging N polygons without holes into a set of polygons that may
have holes.
Actually, to be more specific, I'm only merging them at the edges;
polygons that overlap, rather than merely touch, are rejected before the
merge process.
- Kef