$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kevin S. Van Horn (kevin_vanhorn_at_[hidden])
Date: 2001-03-28 18:48:34
I see that the graph_traits class templates provide directed_category and
edge_parallel_category typedefs. I think more category information may be
needed. In particular, I'm running into a situation where I want to use a
different algorithm depending on whether or not the graph is a model of
BidirectionalGraph, but I don't see any way of getting that information
from the graph type.