Streams
Streams copied to clipboard
Use of angle brackets around file names for include statements
trafficstars
Would you like to replace any double quotes by angle brackets around file names for include statements?
I can't think of any particular reason why this would be necessary within the project. Is there some reason beyond aesthetics?
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
…
- How do you think about to avoid "a duplicated file search" here?
- Would you like to restrict the searched directories for header files of your software?
If you believe this is an issue, please open a PR.