[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",
"inline",
"int",
"linux",
"long",
"mutable",
"namespace",