Boost logo

Boost :

From: Frédéric Mayot (fred_at_[hidden])
Date: 2004-02-07 07:59:21


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


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