OONumerics User :

From: Stefan Seefeld (seefeld_at_[hidden])
Date: 2006-03-27 18:14:55


Hari Sundar wrote:
> I tried it with gcc 4 and 3.4 .. doesn't work with either ...

Actually the code as posted contains trivial syntax errors
('Class' instead of 'class', and two missing ';'). The
missing symbols actually come from a non-dependent base,
so should be found.
The error message you pasted though is typical for missing 'this->'
in the context of dependent base classes, so I assumed the real
code you used was slightly different.

HTH,
                Stefan