forked from boostorg/function
Fix indentation; remove obsolete comment
This commit is contained in:
@ -454,8 +454,6 @@ namespace boost {
|
|||||||
{
|
{
|
||||||
this->clear(functor);
|
this->clear(functor);
|
||||||
if (f) {
|
if (f) {
|
||||||
// should be a reinterpret cast, but some compilers insist
|
|
||||||
// on giving cv-qualifiers to free functions
|
|
||||||
functor.members.func_ptr = reinterpret_cast<void (*)()>(f);
|
functor.members.func_ptr = reinterpret_cast<void (*)()>(f);
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user