-
Notifications
You must be signed in to change notification settings - Fork 95
reserved identifier violation #19
Comments
What part of the expected naming convention of the C/C++ language standard would that be in violation of? |
ISO/IEC 14882-2003, Section 17.4.3.1.2 :) |
Bastard : ) From: Markus Thurlin [mailto:notifications@github.com] ISO/IEC 14882-2003, Section 17.4.3.1.2 :) — |
I recommend to delete double underscores from identifiers like include guards in the affected header files to make them a bit more standard-compliant. |
Feel free to supply a pull request for this one, as of now since it's not an issue I'm not going to fix it. Thanks! |
I would like to point out that identifiers like "
__UMCONNECTION_H___
" and "__PACKETREADER_H__
" do not fit to the expected naming conventions of the C/C++ language standard.Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered: