Skip to content

Commit

Permalink
[C++] Add linux as a reserve keyword (#7844)
Browse files Browse the repository at this point in the history
* Small fixes to prevent crash when empty json body is provided.

* Add linux as a reserved keyword

* Small reorder of introduced keyword
  • Loading branch information
etherealjoy authored and wing328 committed Mar 15, 2018
1 parent d824999 commit e796e4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public AbstractCppCodegen() {
"if",
"inline",
"int",
"linux",
"long",
"mutable",
"namespace",
Expand Down

0 comments on commit e796e4c

Please sign in to comment.