>One more thing I just discovered:
>
>> **** Template-specifier can now contain normal args like "int i" which is very
>> important.
>template <int i> struct foo { }; // ok
>foo<0> bar; // not ok
Just fixed this and checked in a new c.bnf, semantic-c.el, NEWS and tests/template.cpp
For next 1.4.3 release of semantic c/c++-parsing is now "closed"!
David, this were my last changes for the next release. This is my GO.
Hopefully its not to late...
Ciao,
Klaus
|