microsoft/Multiverso

Use of angle brackets around file names for include statements

elfring opened this issue · 3 comments

i think it is convention to using double quotes for the user defined source flies, i cannot understand the necessary that using angle brackets instead.

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
…

hi elfring,
thanks a lot for your feedback, after the discussion with the team, we decide to keep the coding style. Nevertheless, we still learn a lot from you. thanks for your suggestion.