...
[Non-text portions of this message have been removed]
Err, Sorry about that. Here are the relevant lines. *** adjacency_list_io.old Wed Jul 30 10:47:16 2003 --- adjacency_list_io.hpp Wed Jul 30 10:47:52 2003 *************** *** 67,73 **** return in; } ! std::istream& operator >> ( std::istream& in, no_property& ) { return in; } --- 67,73 ---- return in; } ! inline std::istream& operator >> ( std::istream& in, no_property& ) { return in; } *************** *** 109,115 **** get( p, s.m_value, Stag() ); } ! void getSubset ( no_property& p, const no_property& s ) { } --- 109,115 ---- get( p, s.m_value, Stag() ); } ! inline void getSubset ( no_property& p, const no_property& s ) { }