mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 20:37:14 +02:00
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;
|
||||
f.vtable->manager(f.functor, this->functor,
|
||||
boost::detail::function::move_functor_tag);
|
||||
f.vtable = 0;
|
||||
f.vtable = 0;
|
||||
#if !defined(BOOST_NO_EXCEPTIONS)
|
||||
} else {
|
||||
clear();
|
||||
|
Reference in New Issue
Block a user