Replies: 1 comment
-
Use of <> and "" in #include directivesOn behalf of @pfultz2: The quoted form should only be used for headers that are relative to the including file, and everything else should use the angle brackets. In general, MIOpen follows this rule. This is also the guideline from C++ Core Guidelines SF.12. From #2397 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Order of include files
Agreed rule of thumb:
From #2031 (comment)
Beta Was this translation helpful? Give feedback.
All reactions