Re: More problems with CINT

From: Cedric Sodhi <manday_at_gmx.net>
Date: Fri, 2 Apr 2010 00:30:35 +0200


Hey John, ok I tried that and no errors, puh! But now there is a even stranger problem:

It's AW-FULLY slow. You wouldn't believe how slow that is, did you try it? If run as a binary it runs at just fair speed but in root every getline appears to take a whole second! I'm now going to bed so I will not reply for a while, thanks for your help - i would certainly be screwed without you guys :-)

John Idarraga wrote:
> Hello Cedric,
>
> Seems to work if you do this instead
>
> std::deque< double > * result;
> result = new std::deque< double >;
>
> I can't explain why. Can you try see if it works for you ?
>
> John
>
> On Thu, 2010-04-01 at 23:36 +0200, Cedric Sodhi wrote:

>> Hello (again), as if I had made no progress I'm back at that very simple 
>> file parser that made me contact this mailing list for the first time 
>> but which I eventually dropped for other reasons. Again, ISO compliant 
>> code (I know, in terms of CINT that holds no relevance at all) and again 
>> an error which I dont understand, attached code, error message:
>>
>> Error: Can't call deque<double,allocator<double> >::deque<double >() in 
>> current scope auswertung.cpp:9:
>> Possible candidates are...
>> (in deque<double,allocator<double> >)
>> *** Interpreter error recovered ***

>
Received on Fri Apr 02 2010 - 00:30:39 CEST

This archive was generated by hypermail 2.2.0 : Fri Apr 02 2010 - 11:50:01 CEST