$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-01-26 07:36:22
Gennadiy Rozental wrote:
>> Another argument that the type traits tests shouldn't depend on the
>> test library: the test library depends on type traits. Circular
>> dependencies should be avoided. Every time I try to tweak is_class to
>> workaround a compiler bug and re-run the tests, the test library
>> recompiles too.
>
> What exactly depend on type traits?
Things might have changed, but the dependency chain I've found some time ago
is in:
http://article.gmane.org/gmane.comp.lib.boost.build/3782/
- Volodya