mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
[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:
parent
d82499944b
commit
e796e4c369
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user