Hello list,
With 2.3.11, it seems that the idl compiler doesn't like code of the form:
interface foo {
sequence<int> bar();
};
I understand that the above is not correct idl (there should be a typedef
for sequence<int>), but I often forget, and what I got was not an idl error
but a failed assertion:
TCKind: 19
idl: codegen-c++-util.cc:1226: void
CodeGenCPPUtil::emit_type_for_result(CORBA::IDLType*): Assertion `0' failed.
Just thought you might want to know, if you haven't seen this already.
Don
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel