Boost logo

Boost Users :

From: Solomon Gibbs (solomon.gibbs_at_[hidden])
Date: 2003-07-30 11:23:33


> ...

> [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 )
  {
  }


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net