Re: More problems with CINT

From: John Idarraga <idarraga_at_cern.ch>
Date: Thu, 1 Apr 2010 17:51:05 -0400


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 Thu Apr 01 2010 - 23:44:41 CEST

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