From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-05-07 19:27:30


AMDG

Simonson, Lucanus J wrote:
> template <typename geometry_type_1, typename geometry_type_2>
> polygon_set_view operator&(const geometry_type_1& geo1,
> const geometry_type_2& geo2) {
> ...tag dispatching and so forth... }
>

I hope that this is not the actual declaration. Completely generic
operator overloads
are dangerous.

In Christ,
Steven Watanabe