#ifndef G__COMPLEX_DLL #pragma include_noerr #endif #ifdef __MAKECINT__ //#include #include <_complex.h> #else #include <_complex.h> #endif #if defined(__CINT__) && !defined(__MAKECINT__) template int G__ateval(const complex& x) { cout << "(complex)" << x << endl; return(1); } #endif