
21 Mar
2008
21 Mar
'08
5:23 p.m.
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