$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Felipe Magno de Almeida (felipe_at_[hidden])
Date: 2006-05-15 15:02:37
On 5/15/06, Stefan Seefeld <seefeld_at_[hidden]> 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