2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00

Add missing inlines (Solomon Gibbs)

[SVN r19463]
This commit is contained in:
Beman Dawes
2003-08-05 16:13:08 +00:00
parent b174cc0adf
commit 487bb3ad72

View File

@@ -67,7 +67,7 @@ std::istream& operator >> ( std::istream& in, property<Tag,Value,no_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 )
{
}