|
I find bug "ql/PricingEngines/Lookback/analyticcontinuousfixedlookback.cpp."
solaris 10
g++ 3.4.3
I see compfile error When comaile quantlib..
analyticcontinuousfixedlookback.cpp:130: error: expected
primary-expression before numeric constant
That source is this
Real SS = underlying()/minmax();
I guess that "SS" is aleady define in gcc 3.4.3 at solaris.
So I Change 'SS' -> 'lSS'
|