mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 10:17:51 +00:00
Previously, it would ignore the fact that the type comes from a different namespace. Now they are pre-declared in their own namespace, and referenced with a qualified name if necessary. Bug: 16851682 Change-Id: I5cb625b86d28e7436b9e93c70a0fa16a600d9884 Tested: on Linux
9 lines
145 B
Text
9 lines
145 B
Text
include "include_test2.fbs"; // should be skipped
|
|
|
|
namespace MyGame.OtherNameSpace;
|
|
|
|
enum FromInclude:long { IncludeVal }
|
|
|
|
struct Unused {}
|
|
|
|
|