$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-07-14 09:32:43
JONATHAN JAMES HITCHCOCK wrote:
> Please can anyone tell me where to find the source files for the Boost
> Graph Library?
>
> I downloaded boost_1_31_0.tar.gz and expected to find the source files
> in boost-1.31.0/libs/graph/src, but the only files there are for
> something called graphviz.
Try boost/graph -- the BGL is mostly template code in headers.
- Volodya