Skip to content
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

Use of angle brackets around file names for include statements #12

Open
elfring opened this issue Sep 2, 2014 · 2 comments
Open

Use of angle brackets around file names for include statements #12

elfring opened this issue Sep 2, 2014 · 2 comments

Comments

@elfring
Copy link

elfring commented Sep 2, 2014

Would you like to replace any double quotes by angle brackets around file names for include statements?

@wisk
Copy link
Owner

wisk commented Sep 2, 2014

Please, tell me if I'm wrong but these included headers are the part of the program (unlike modules), so isn't it ok to use double quotes instead of angle brackets?
I know these files aren't on the same location (/inc/medusa vs. /src/core), but it's the same entity.

@elfring
Copy link
Author

elfring commented Sep 3, 2014

I suggest to reconsider the consequences of the following wording from the section "16.2 Source file inclusion" in the standard specification for the programming language "C++".

…
The named source file is searched for in an implementation-defined manner. If this search is not supported, or if the search fails, the directive is reprocessed as if it read

#include <h-char-sequence> new-line
…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants