28 Nov
2004
28 Nov
'04
11:18 p.m.
On Fri, 19 Nov 2004, Isidro [iso-8859-15] Cachadiña Gutiérrez wrote:
I don't know if I'm wrong, but why are not defined elsewhere
cln::operator-(const float , const cln::cl_R&)
and some with double, etc. to compile this silly program.
#include <cln/real.h> int main(int argc, char **argv) { cln::cl_F a,b; a=1; b=1.0-a; }
I've committed attached patch into CVS. Please test. Regards -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>