Managed to make it work by doing descriptor_pool.internal_set_underlay(google::protobuf::DescriptorPool:: generated_pool());
before loading the FileDescriptorSet, and avoiding loading the definition for OuterType again, but it's a very fragile solution that uses an internal method which the docs explicitly ask not to. Is there a better way to do this? Thanks, --Gabriel -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
