-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
reserved identifier violation #5
Comments
Filed as internal issue #135158. |
Thanks for pointing this out, you're completely right of course. Our coding conventions come from an old code base that is quite large. We'd like to eventually move away from this one, but unfortunately it will take us some time. Thanks again for reporting! |
This was referenced Feb 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to point out that identifiers like "
_DrawTargetPerContextMap
" and "_HasKind
" do eventually not fit to the expected naming convention of the C++ language standard.Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered: