From 487bb3ad72af9d082c09fff6387bbc6dfbc16121 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 5 Aug 2003 16:13:08 +0000 Subject: [PATCH] Add missing inlines (Solomon Gibbs) [SVN r19463] --- include/boost/graph/adjacency_list_io.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) { }