14 Jul
2004
14 Jul
'04
2:32 p.m.
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