Changeset 2151:38ec4a930c05 in lemon-0.x for lemon/list_graph.h
- Timestamp:
- 07/18/06 15:29:59 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/list_graph.h
r2132 r2151 509 509 class UnsupportedOperation : public LogicError { 510 510 public: 511 virtual const char* exceptionName() const{511 virtual const char* what() const throw() { 512 512 return "lemon::ListGraph::Snapshot::UnsupportedOperation"; 513 513 } … … 842 842 843 843 class NodeSetError : public LogicError { 844 virtual const char* exceptionName() const{844 virtual const char* what() const throw() { 845 845 return "lemon::ListBpUGraph::NodeSetError"; 846 846 }
Note: See TracChangeset
for help on using the changeset viewer.