Hi
I am using TAO1.5 and when i compile a IDL file containing following
enumeration
enum test{false=0,true=1};
it throws error saying "Illegal syntax following enum body statement"
but i remove explicit assignment in enum like
enum test{false,true};
this works properly
Any idea why the first syntax is not allowed?
from
nayeem khan