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:
@@ -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 )
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user