$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2006-02-11 09:35:50
John Maddock wrote:
> > It doesn't, not in its default configuration. Only quick_allocator
> > depends on type_traits.
>
> Right, and this is one of the problems with robot-derived
> dependency lists:
> they pick up everything, even things that are rairly used
> (workarounds for old compilers etc).
Using Wave to extract the set of used include files (with a well defined set
of predefined macros to select the required compiler) would help to overcome
this issue, IMHO.
Regards Hartmut