• 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
CMake Loading commit data...
android Loading commit data...
build Loading commit data...
docs Loading commit data...
go Loading commit data...
include/flatbuffers Loading commit data...
java Loading commit data...
net/FlatBuffers Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
biicode.conf Loading commit data...
readme.md Loading commit data...