$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [BGL] reverse_graph and filter_graph does not compile on 1.45
From: gast128 (gast128_at_[hidden])
Date: 2010-11-30 04:31:08
Hello all,
we got here a situation on VS2008 which did compile on 1.44 with a reverse
graph of a filtered graph.
I get constantly a f*cking 'You seem to be top-posting. Don't do that.' error
from gmane, so I give up to include a reproducable case.
It's easy to do it urself by making a construct like 'boost::make_reverse_graph
(fgraph), where fgraph is a fitlered graph.'
Anyone?