$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas F. O'Connell (tfo_at_[hidden])
Date: 2003-10-14 16:28:49
This is a minor point but one worth correcting for the sake of
correctness and ease of following the examples.
In the boost-1.30.2 distribution, the file
libs/graph/example/kevin-bacon.cpp
makes a reference to a "./kevin-bacon.dat" file, but the file in both
the distribution and the documentation is actually kevin_bacon.dat.
The only difference being '_' vs. '-'.
This is easily fixed by an end-user, but it would be nice to have the
examples work out of the box.
-tfo