Ticket #11461: slot_call_iterator_throw_bug.diff

File slot_call_iterator_throw_bug.diff, 411 bytes (added by peterpastor@…, 7 years ago)
  • slot_call_iterator.hpp

    old new  
    8484            catch(expired_slot &)
    8585            {
    8686              (*iter)->disconnect();
    87               boost::throw_exception(expired_slot());
     87              throw;
    8888            }
    8989          }
    9090          return cache->result.get();