Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Depending on the order of the IDL declarations some enum typedefs are not properly resolved for Delphi targets.
This fails to resolve MyEnumV2:
struct Foo {
1: TypeDefedEnum Value
}
typedef SomeEnum TypeDefedEnum
enum SomeEnum { First, Second, Last }
This works (= workaround):
struct Foo { 1: TypeDefedEnum Value } enum SomeEnum { First, Second, Last } // place typedef after enum decl typedef SomeEnum TypeDefedEnum
Attachments
Issue Links
- links to