Changeset 2192:d6e4efb477d8 in lemon-0.x for lemon/edge_set.h
- Timestamp:
- 09/04/06 14:15:20 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2917
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/edge_set.h
r2191 r2192 722 722 } catch (const typename NodesImplBase::Notifier::ImmediateDetach&) { 723 723 Parent::clear(); 724 throw; 724 725 } 725 726 } … … 732 733 } catch (const typename NodesImplBase::Notifier::ImmediateDetach&) { 733 734 Parent::clear(); 735 throw; 734 736 } 735 737 }
Note: See TracChangeset
for help on using the changeset viewer.