forked from boostorg/function
Fixed almost all tab and min/max issues found by inspect tool
[SVN r53142]
This commit is contained in:
@ -949,7 +949,7 @@ namespace boost {
|
|||||||
this->vtable = f.vtable;
|
this->vtable = f.vtable;
|
||||||
f.vtable->manager(f.functor, this->functor,
|
f.vtable->manager(f.functor, this->functor,
|
||||||
boost::detail::function::move_functor_tag);
|
boost::detail::function::move_functor_tag);
|
||||||
f.vtable = 0;
|
f.vtable = 0;
|
||||||
#if !defined(BOOST_NO_EXCEPTIONS)
|
#if !defined(BOOST_NO_EXCEPTIONS)
|
||||||
} else {
|
} else {
|
||||||
clear();
|
clear();
|
||||||
|
Reference in New Issue
Block a user