Skip to content
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

the prefix of struct name will lost if equal as namespace #269

Open
wind opened this issue Jul 5, 2020 · 0 comments
Open

the prefix of struct name will lost if equal as namespace #269

wind opened this issue Jul 5, 2020 · 0 comments
Labels
bug C++ C++ translation

Comments

@wind
Copy link

wind commented Jul 5, 2020

for example, the imgui library has a struct ImGuiWindow,which does'nt have namespace, it also have function defined under ImGui namespace, then dpp will generate struct ImGuiWindow, buf the function Example(ImGuiWindow*) will become Example(Window*)

@atilaneves atilaneves added bug C++ C++ translation labels Jul 15, 2020
atilaneves added a commit that referenced this issue Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug C++ C++ translation
Projects
None yet
Development

No branches or pull requests

2 participants