
I have removed all template friends, so those shouldn't give problems anymore. I have also managed to speed up the division algorithm, which possibly makes Joel Young's test code run a lot faster. The code is uploaded to the yahoogroups file section at http://groups.yahoo.com/group/boost/files/big_integer/, the files are named big_integer-0.2.zip and big_integer-0.2.tar.gz. best regards, Richard Peters From: "Richard Peters" <r.a.peters@student.tue.nl>
From: "Jody Hagins" <jody-boost-011304@atdesk.com>
Unimplemented C++ feature big_integer.hpp line 153
The portion in question is
template<class T> friend bool operator<(T lhs, const expression<Base>& rhs) { return rhs > lhs; }
which doesn't strike me as all that odd, but maybe I'm missing something. I'll try to look at it more, later and see if I can fix the problem.