Commit c5a7718
authored
Add clarifying example to SF.12
The examples in SF.12 are likely to encourage readers to always use the `""` form of `'#include` when including headers from the same project ([discussion](isocpp#1596 (comment))). However, in larger projects this may not always be appropriate; `<>` should be used for includes located via a header search path.
This proposed solution adds an example of the later, i.e. where `<>` is used to include a header from the same project.1 parent bd7085e commit c5a7718
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19306 | 19306 | | |
19307 | 19307 | | |
19308 | 19308 | | |
| 19309 | + | |
19309 | 19310 | | |
19310 | 19311 | | |
19311 | 19312 | | |
| |||
0 commit comments