mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@201 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
c1aafd3aa7
commit
87d34f4137
1 changed files with 2 additions and 2 deletions
|
|
@ -98,9 +98,9 @@ namespace detail
|
||||||
|
|
||||||
template< typename Functor >
|
template< typename Functor >
|
||||||
const constraint< detail::not_< Functor > >
|
const constraint< detail::not_< Functor > >
|
||||||
operator!( const constraint< Functor >& ph )
|
operator!( const constraint< Functor >& c )
|
||||||
{
|
{
|
||||||
return detail::not_< Functor >( ph.f_ );
|
return detail::not_< Functor >( c.f_ );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue