berezovskyi/protobuf-embedded-c

Support nested message declarations

Opened this issue · 2 comments

It should be possible to declare messages and enumerations inside other message 
declarations.

Example:

message Foo {
  message Bar {...}
}

Original issue reported on code.google.com by wolfgang.schwitzer on 10 Jan 2012 at 2:22

Is this feature supported as of now? in protoc-1.0M2 ?

Original comment by neerad.k...@gmail.com on 15 Jun 2012 at 7:49

Original comment by wolfgang.schwitzer on 14 Mar 2013 at 9:32

  • Added labels: Milestone-1.0M6, Priority-Low
  • Removed labels: Milestone-1.0M4, Priority-Medium