>Hi everybody,
>I am using semantic 1.4.3. The following C++ code appears underlined:
>class list_of_facts : public list<fact>, public entity {
>};
>g++ compiles it ok (of course).
>Is it a bug in the parser?
Yes...seems that currently no templates are recognized as parents...
I will look into the parser when i find time...maybe this weekend...
Ciao,
Klaus
|