Skip to content

opp_msgc: enum declarations doesn't work #1351

@avarga

Description

@avarga

Announcing externally defined enums to the message compiler does not work, see the following:

enum Foo;  // declaration of an externally defined enum
class A {
  Foo foo; //Error: unknown type 'Foo' for field 'foo' in 'A'
}

Corrensponding test case: test/core/msg_enum_decl_1.test

OMNeT++ 6.1

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions