-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In C++, there are many keyword conflicts with variable names. #43
Comments
Hi @NickPak Thank you for your working in C++ ! I think it's better to add these keywords into Although |
@ityuhui Thanks! |
Please try to commit your PR into openapi-generator, after your PR is merged, I can work with you to re-generate the c client code here. And then it will work with C++. Any question, feel free to append here. |
Hi @ityuhui |
Hi @NickPak I have merged your change OpenAPITools/openapi-generator#8205 and re-generate the client code by this PR #45. |
Hi @ityuhui |
Thank you for your contribution for C++ support ! |
In C++, there are many keyword conflicts with variable names. I‘m going to commit a PR for this, which will make the following changes:
namespace
=>name_space
template
=>template_
operator
=>operator_
export
=>export_
Does it follow your code style?
The text was updated successfully, but these errors were encountered: