equal
deleted
inserted
replaced
1222 /// This error represents problems in the initialization |
1222 /// This error represents problems in the initialization |
1223 /// of the parameters of the algorithms. |
1223 /// of the parameters of the algorithms. |
1224 class UninitializedParameter : public lemon::UninitializedParameter { |
1224 class UninitializedParameter : public lemon::UninitializedParameter { |
1225 public: |
1225 public: |
1226 virtual const char* what() const throw() |
1226 virtual const char* what() const throw() |
|
1227 { |
1227 return "lemon::DfsVisit::UninitializedParameter"; |
1228 return "lemon::DfsVisit::UninitializedParameter"; |
1228 } |
1229 } |
1229 }; |
1230 }; |
1230 |
1231 |
1231 typedef _Traits Traits; |
1232 typedef _Traits Traits; |