-
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 | ||
flathash.cpp | ||
idl_gen_cpp.cpp | ||
idl_gen_fbs.cpp | ||
idl_gen_general.cpp | ||
idl_gen_go.cpp | ||
idl_gen_text.cpp | ||
idl_parser.cpp |