mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed line too long
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@678 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
808af17eb8
commit
dfa375f8c9
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ namespace detail
|
|||
{
|
||||
return s << mock::format( t.lock() );
|
||||
}
|
||||
template< typename T, typename Deleter >
|
||||
inline stream& operator<<( stream& s, const std::unique_ptr< T, Deleter >& p )
|
||||
template< typename T, typename D >
|
||||
inline stream& operator<<( stream& s, const std::unique_ptr< T, D >& p )
|
||||
{
|
||||
return s << mock::format( p.get() );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue