-
Notifications
You must be signed in to change notification settings - Fork 36
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 #26
Comments
Thanks for the question, but no. You could submit same issue to Gnu libc Again, thanks for the question though. Its a good one, and can create a -DAR |
I would appreciate if more identifiers can become standard-compliant. |
Just curious, are you having trouble in C++ or C with some of the -DAR |
The programming languages "C" and "C++" specify requirements for fully conforming software applications. Are there chances for corresponding improvements? |
Just curious. Are you interested in using the code for a project that Specifically to 106, can you provide and example where this is leading to The logic of restricting certain symbols from the application developer is Thanks. -DAR |
I would prefer that source files which do not belong to the implementation of a compiler for the programming language "C" (or "C++") will not tamper with the reserved name space. |
I am always glad to reconsider consequences, but could you explain what -DAR |
Should your software only be used as a component of a compiler for the programming language "C" (or "C++")? A few developers fixed some misnamed identifiers for other software projects already. |
I would like to point out that identifiers like "
__printcl_level
" and "_VERSION_H
" 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: