Re: QL 0.3.6 with gcc 2.95?
Posted by
Luigi Ballabio-2 on
Nov 16, 2004; 12:34am
URL: http://quantlib.414.s1.nabble.com/QL-0-3-6-with-gcc-2-95-tp3417p3420.html
On 2004.11.15 21:19,
[hidden email] wrote:
>
> meanwhile I found a workaround:
> gcc-2.95 compiles the code when taking the nested (Impl) classes of the
> derived XyzInterpolation. It is a fudge but works for me.
Michael,
I don't quite get what 'taking the nested classes' means. You mean
it compiles if you declare them at namespace scope, i.e., outside the
derived interpolation classes? Does this also apply to
Interpolation::templateImpl? Can you send me a patch, or the modified
files?
Also, did you have issues with 2-D interpolation as well, or did that work?
Later,
Luigi