[C++] Add linux as a reserve keyword (#7844)

* Small fixes to prevent crash when empty json body is provided.

* Add linux as a reserved keyword

* Small reorder of introduced keyword
This commit is contained in:
etherealjoy 2018-03-15 13:41:42 +01:00 committed by William Cheng
parent d82499944b
commit e796e4c369

View File

@ -58,6 +58,7 @@ abstract public class AbstractCppCodegen extends DefaultCodegen implements Codeg
"if", "if",
"inline", "inline",
"int", "int",
"linux",
"long", "long",
"mutable", "mutable",
"namespace", "namespace",