$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-12-16 08:44:07
John Maddock wrote:
> > Before making any graph related patches, you should probably wait until
> > John Maddock gets boost/type_traits/detail/bool_trait_def.hpp working
> > again. The problems with it are slopping over into the graph library.
>
> Should be working again now, the problem seems to be that there are
> undocumented true_type/false_type's in the boost/pending directory.
Exactly. However, I think the problem still exists as boost/type_traits/
detail/bool_trait_def.hpp still defines true_type/false_type and BGL still
uses ct_if.hpp.
- Volodya