$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [graph] Is reverse_graph<> read-only?
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2011-02-17 17:49:27
On Mon, 14 Feb 2011, al.zatv wrote:
> Hello!
>
> Is reverse_graph<> in Boost::Graph Library, read-only? I just can't beleive 
> it:) Can it be fixed?
It appears to be read-only.  It should be possible to add mutation; it 
just isn't there yet.  Do you need that feature?
-- Jeremiah Willcock