Login  Register

Re: Re: RQuantLib_0.1.0 in incoming

Posted by Luigi Ballabio-4 on Feb 26, 2002; 9:08am
URL: http://quantlib.414.s1.nabble.com/Re-RQuantLib-0-1-0-in-incoming-tp10007p10008.html

At 10:47 AM 2/26/02 -0600, Dirk Eddelbuettel wrote:
>Ok, I confirmed that on my 'Debain testing' laptop: The -pedantic switch
>breaks building of RQuantLib, using the Jan 20 CVS snapshot of QL.

Dirk,
         I didn't try it, but from your previous report, I see that
compilation fails on the instruction

std::vector<Iterator>::iterator it = iteratorVector_.begin();

which is replicated in a few methods.
Does it get better if you replace every occurrence with

typename std::vector<Iterator>::iterator it = iteratorVector_.begin();

?

Bye,
         Luigi