
26 Mar
2008
26 Mar
'08
10:23 a.m.
Barend, something I forgot to mention in my first post: while integrating my point_xyz class I faced a slight issue. In distance.hpp the overload of distance() at line 111 calls the one at line 132, which is thus not yet defined at this point. I had to inverse their respective positions to get it compiling. I don't know why it works with the original point_xy class, but maybe it would be better to actually do this modification in your code? Bruno