Ticket #2553: function.missing-brace-without-exceptions.patch

File function.missing-brace-without-exceptions.patch, 466 bytes (added by dtardon@…, 14 years ago)

A solution of the issue

  • boost/function/function_template.hpp

    old new  
    950950          f.vtable->manager(f.functor, this->functor,
    951951                            boost::detail::function::move_functor_tag);
    952952                  f.vtable = 0;
     953        }
    953954#if !defined(BOOST_NO_EXCEPTIONS)     
    954         } else {
     955        else {
    955956          clear();
    956957        }
    957958      } catch (...) {