Timeline for Ensuring that headers are explicitly included in CPP file
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 18, 2013 at 14:30 | comment | added | Dima | @M.Dudley, Like I said, there are advantages and disadvantages. | |
| May 18, 2013 at 3:53 | comment | added | kevin cline | -1: Creates a dependency nightmare. An enhancement to x.h could require a change in EVERY .cpp file that includes x.h. | |
| May 17, 2013 at 20:21 | vote | accept | sourcenouveau | ||
| May 19, 2013 at 1:12 | |||||
| May 17, 2013 at 17:58 | comment | added | sourcenouveau | If you leave includes out of headers, then include order starts to matter... and I definitely want to avoid that. | |
| May 17, 2013 at 17:42 | history | answered | Dima | CC BY-SA 3.0 |