subgraph
adaptor has several known problems:
VertexListS
= vecS
.EdgeListS
parameter to the adjacency list is
essentially fixed to listS
: other selectors are
unlikely to work.
Compiler Warnings on hash_set
and hash_map
. Versions of
GCC >= 4.3 deprecate these headers and data structures and will emit warnings when
compiling the BGL. To suppress these warnings and the hash-based storage selectors
define the BOOST_NO_HASH
prior to including any Boost.Graph headers.
Copyright © 2000-2001 |
Jeremy Siek,
Indiana University (jsiek@osl.iu.edu) Lie-Quan Lee, Indiana University (llee@cs.indiana.edu) Andrew Lumsdaine, Indiana University (lums@osl.iu.edu) |