-
Notifications
You must be signed in to change notification settings - Fork 735
reserved identifier violation #6
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
Comments
@elfring what is your suggestion? |
How do you think about to read corresponding information sources that describe the consequences of underscores in such identifiers? |
Thanks for your suggestion, I'll consider to have a patch for coding style improvement. |
29e82a6 fix those code style issues. |
Thanks for your small source code improvement. |
I would like to point out that identifiers like "
__SIO_CLIENT__H__
" and "__SIO_MESSAGE_H__
" do 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: