diff --git a/include/boost/graph/adjacency_list_io.hpp b/include/boost/graph/adjacency_list_io.hpp index 67551518..8e927bd0 100644 --- a/include/boost/graph/adjacency_list_io.hpp +++ b/include/boost/graph/adjacency_list_io.hpp @@ -67,7 +67,7 @@ std::istream& operator >> ( std::istream& in, property& p return in; } -std::istream& operator >> ( std::istream& in, no_property& ) +inline std::istream& operator >> ( std::istream& in, no_property& ) { return in; } @@ -109,7 +109,7 @@ void getSubset get( p, s.m_value, Stag() ); } -void getSubset +inline void getSubset ( no_property& p, const no_property& s ) { }