mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Removed unneeded inline
This commit is contained in:
parent
121c682d41
commit
c35b76c8f0
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ namespace detail
|
||||||
return s << mock::format( t.lock() );
|
return s << mock::format( t.lock() );
|
||||||
}
|
}
|
||||||
template< typename T, typename D >
|
template< typename T, typename D >
|
||||||
inline stream& operator<<( stream& s, const std::unique_ptr< T, D >& p )
|
stream& operator<<( stream& s, const std::unique_ptr< T, D >& p )
|
||||||
{
|
{
|
||||||
return s << mock::format( p.get() );
|
return s << mock::format( p.get() );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue