
7 Feb
2004
7 Feb
'04
12:59 p.m.
Hi, I tried to use adjacency_list_io.hpp functions and I saw a small problem : 2 functions void getSubset ( no_property& p, const no_property& s ); and std::istream& operator >> ( std::istream& in, no_property& ) are not templated and are in a header file ! This prevents me to link my program since I include this header in different compilation units. I added "inline" before the two functions and the problem was solved. Fred