Re: [ROOT] cint5.14.84

From: B.V.L.S.Prasad (shiva@mbu.iisc.ernet.in)
Date: Sun Apr 22 2001 - 09:04:04 MEST


Hello all,
	Phileppe Canal has given me a suggestion for 
map<string, ResiduePara> problem: and it worked without any
further problem:

the solution is :

add a LinkDef.h file with following content:

#ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
 
#pragma link C++ class ResiduePara;
#endif

Only after this workaround/fix, I came to know about #pragma use...

Does it need a fix or this LinkDef.h is enough ?

thankyou for all the help.

prasad.

On Sun, 22 Apr 2001, Masaharu Goto wrote:

> Hello Rooters,
> 
> I'll copy cint5.14.84 to CERN from now.  Most of the
> reported problems are fixed, however, a couple of them
> are still open.  They are
>   1. temporal object deletion timing in optimized function
>   2. Problem with map<string,ResiduePara>
> 
> Thank you
> Masaharu Goto
> 



This archive was generated by hypermail 2b29 : Fri Jun 08 2001 - 11:51:23 MEST