From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-03-26 06:23:53


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