|
Boost : |
From: John Phillips (phillips_at_[hidden])
Date: 2004-05-04 15:43:04
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk