mirror of
https://github.com/boostorg/function.git
synced 2025-07-30 04:47:14 +02:00
Remove tabs in file.
[SVN r24040]
This commit is contained in:
@ -447,7 +447,7 @@ public:
|
|||||||
operator==(Functor g) const
|
operator==(Functor g) const
|
||||||
{
|
{
|
||||||
if (const Functor* fp = target<Functor>())
|
if (const Functor* fp = target<Functor>())
|
||||||
return function_equal(*fp, g);
|
return function_equal(*fp, g);
|
||||||
else return false;
|
else return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -456,7 +456,7 @@ public:
|
|||||||
operator!=(Functor g) const
|
operator!=(Functor g) const
|
||||||
{
|
{
|
||||||
if (const Functor* fp = target<Functor>())
|
if (const Functor* fp = target<Functor>())
|
||||||
return !function_equal(*fp, g);
|
return !function_equal(*fp, g);
|
||||||
else return true;
|
else return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user