forked from abiggerhammer/hammer
-
Notifications
You must be signed in to change notification settings - Fork 40
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 #167
Comments
I looked up the reference for that and found:
|
Do we know any platforms where this causes a problem? |
How do you think about to avoid that this software depends on undefined behaviour? |
Would you like to submit a pull request? |
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 "
HAMMER_ALLOCATOR__H__
" and "mm__
" 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: