$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2007-08-04 20:16:36
David Abrahams wrote:
> Neither systems can trace #include dependencies through
> macros (e.g. #include SOME_MACRO(xyz)), which occasionally
> leads to inaccurate results from incremental testing. This
> is an important problem that should be fixed.
FWIW, Wave can be used to generate a complete list of dependencies (full
names of included files). This requires knowledge about all predefined
system dependend macros, though.
Regards Hartmut