Ticket #2469: Fix.patch

File Fix.patch, 600 bytes (added by lblanchon@…, 14 years ago)
  • function_template.hpp

     
    949949          this->vtable = f.vtable;
    950950          f.vtable->manager(f.functor, this->functor,
    951951                            boost::detail::function::move_functor_tag);
    952                   f.vtable = 0;
    953 #if !defined(BOOST_NO_EXCEPTIONS)     
     952                  f.vtable = 0;   
    954953        } else {
    955954          clear();
    956955        }
     956#if !defined(BOOST_NO_EXCEPTIONS) 
    957957      } catch (...) {
    958958        vtable = 0;
    959959        throw;