
15 May
2006
15 May
'06
7:02 p.m.
On 5/15/06, Stefan Seefeld <seefeld@sympatico.ca> wrote:
Felipe Magno de Almeida wrote:
I want to be able to preprocess a file without *needing* the system headers. Although, using them is a lot safer.
That's the point: To get predictable / correct results you can't skip processing included files. Anything else is heuristic.
You can if you know what it do. For instance, I dont need to include a STL header to be able to preprocess a source file. Most headers are safe to not include. Also, I should be able to cache the modified state from a header and do not need to re-preprocess it again for another file.
Regards, Stefan
best regards, -- Felipe Magno de Almeida