$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [graph] topological sort of subgraph?
From: Emit Sorrels (emit.sorrels_at_[hidden])
Date: 2009-01-15 22:57:32
Hello,
Using the File Dependency sample as an example,
if I wanted the topo sorted list of dependencies for
*just* libfoobar.a, is there an obvious way to do it
without constructing another mini graph and calling
topological_sort on it?
TIA,
Emit