$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2003-12-22 18:49:59
// inspect (all) -----------------------------------------------------------//
void link_check::inspect(
const string & library_name,
const path & full_path )
{
// keep track of paths already encountered to reduce disk activity
if ( !fs:is_directory( full_path ) )
--------------^ note should be ::
m_paths[ relative_to( full_path, fs::initial_path() ) ] |= m_present;
}