COIN-OR::LEMON - Graph Library

Changeset 2192:d6e4efb477d8 in lemon-0.x for lemon/edge_set.h


Ignore:
Timestamp:
09/04/06 14:15:20 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2917
Message:

Bug fix
rethrow of exception missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/edge_set.h

    r2191 r2192  
    722722        } catch (const typename NodesImplBase::Notifier::ImmediateDetach&) {
    723723          Parent::clear();
     724          throw;
    724725        }
    725726      }
     
    732733        } catch (const typename NodesImplBase::Notifier::ImmediateDetach&) {
    733734          Parent::clear();
     735          throw;
    734736        }
    735737      }
Note: See TracChangeset for help on using the changeset viewer.