|
From: Luigi B. <bal...@ma...> - 2002-02-26 17:07:42
|
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
|