
4 May
2004
4 May
'04
8:43 p.m.
Richard, I just downloaded the new version of the library, and the changes you made cleared up the "unimplemented feature" error. However, I am now seeing a cascade from an overload resolution problem. The function template<class IntegerType> inline expression<big_integer_impl>::expression(IntegerType x, typename enable_if<is_integral<IntegerType> >::type* dummy) : big_integer_impl(x) {} in big_integer.hpp is getting an "illegal overload" error. I don't see an obvious reason for this so I'll try and look into it. John