incorporating classes using STL into ROOT

Pasha Murat (murat@cdfsga.fnal.gov)
Thu, 30 Jul 1998 14:46:48 -0500 (CDT)


Nikolai, I cant reproduce your problem. Find below a simple example
which runs just fine with ROOT 2.00/08. Could you try it and in case the
problem persists report to rootdev (and not roottalk) mailing list?

regards, pasha.
---------------------------------- test.h
double test(double& a);
---------------------------------- linkdef.h
#ifdef __CINT__
#pragma link off all classes;
#pragma link off all functions;
#pragma link off all globals;

#pragma link C++ function test;
#endif
----------------------------------
/data61/top/murat/lgammamet>rootcint -f test_cint.cxx -c test.h linkdef.h
Note: operator new() masked 1c
/data61/top/murat/lgammamet>