• reynolma2's avatar
    Update idl_gen_general.cpp · 6df9e1c5
    reynolma2 authored
    There is a bug in creating a C# table when it includes a field of type 'BOOL'. The problem is that the generate C# code is as follows:
      "bool SampleValue = 0;"
    This will fail to compile, because in C# this fails, it needs to be generated as:
     "bool SampleValue = false;"
    
    The error is in line ~510
    
    Change-Id: I77f6eea0f269b0540dbeb462602fc447cb69237d
    6df9e1c5
Name
Last commit
Last update
..
flatc.cpp Loading commit data...
flathash.cpp Loading commit data...
idl_gen_cpp.cpp Loading commit data...
idl_gen_fbs.cpp Loading commit data...
idl_gen_general.cpp Loading commit data...
idl_gen_go.cpp Loading commit data...
idl_gen_text.cpp Loading commit data...
idl_parser.cpp Loading commit data...