• smillius's avatar
    Make nested flatbuffer lookup consistent. (#4656) · 77b458be
    smillius authored
    Lookup type of nested flatbuffer field with either raw name or fully qualified name as already done in the parser.
    LookupCreateStruct tries both the raw name and the fully qualified one.
    Without this, we cannot reference types outside of the current namespace, e.g. in a different module.
    77b458be
idl_gen_cpp.cpp 98.9 KB