Boost logo

Boost :

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;
    }


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk