|
Boost : |
From: Andreas Scherer (as_at_[hidden])
Date: 2001-03-18 10:26:57
Hi, compiling the BGL examples with g++ 2.95.2 results in (at least)
the following two problems:
remove_edge_if_[bi]dir.cpp define a local helper class "has_target"
whose name collides with a template function from the boost namespace
defined in <boost/graph/graph_utility.hpp>. I suggest renaming the
class (struct) to "HasTarget" or so.
adjacency_list.cpp tries to #include the headerfile
<boost/graph/iteration_macros.hpp> that seems to be missing from the
distribution.
Cheers,
Andreas
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk