$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2008-03-21 13:23:21
Hi,
Some of the link errors in the inspect report are incorrect. I checked
some fixes into trunk:
http://svn.boost.org/trac/boost/changeset/43750
http://svn.boost.org/trac/boost/changeset/43752
The first one causes it to check links in single quotes - this fixes a
couple of incorrect unlinked file reports in iostream (although
'libs/iostreams/doc/concepts/multi-character.html' is unlinked). The
second changeset decodes urls with percent encoded characters and
encoded ampersands - this fixes about 200 incorrect link errors in the
doc directory (but there are a few left).
There's no real need to add these changes to release at this late
stage, just note that some of the link errors are incorrect.
Daniel