Commit f458ada
authored
Update CppCoreGuidelines.md
explicitly note that "file" refers to as it exists in the location of it being authored/modified.
this is to address any confusion about #including "bar.h" from foo.h based on whether bar.h is relative to foo.h at the time and location foo.h is being modified (e.g. under mylib/foo.h) versus at the time/location from which foo.h is installed to the system and included by the user (e.g. from /usr/include).1 parent f4c8092 commit f458ada
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19189 | 19189 | | |
19190 | 19190 | | |
19191 | 19191 | | |
19192 | | - | |
| 19192 | + | |
| 19193 | + | |
19193 | 19194 | | |
19194 | 19195 | | |
19195 | 19196 | | |
| |||
0 commit comments