
7 May
2008
7 May
'08
11:27 p.m.
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