$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lie-Quan Lee (llee_at_[hidden])
Date: 2002-01-10 21:52:00
On Thu, 2002-01-10 at 21:09, David Abrahams wrote:
> a. The transitive_closure page has a broken link to a
> VertexMutableGraph.html page.
VertexMutableGraph is refinement of Graph and DefaultConstructible.
Two valid expressionsin VertexMutableGraph concept are:
add_vertex(g)
and
remove_vertex(u, g)
-- Lie-Quan Lee (AKA: Rich Lee)