$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-02-11 08:44:36
> 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).
John.