lemon/bipartite_matching.h
changeset 2151 38ec4a930c05
parent 2136 4f64d6b3e9ec
child 2263 9273fe7d850c
     1.1 --- a/lemon/bipartite_matching.h	Tue Jul 18 12:10:52 2006 +0000
     1.2 +++ b/lemon/bipartite_matching.h	Tue Jul 18 13:29:59 2006 +0000
     1.3 @@ -593,7 +593,7 @@
     1.4      /// of the parameters of the algorithms.
     1.5      class UninitializedParameter : public lemon::UninitializedParameter {
     1.6      public:
     1.7 -      virtual const char* exceptionName() const {
     1.8 +      virtual const char* what() const throw() {
     1.9  	return "lemon::MaxWeightedBipartiteMatching::UninitializedParameter";
    1.10        }
    1.11      };
    1.12 @@ -1164,7 +1164,7 @@
    1.13      /// of the parameters of the algorithms.
    1.14      class UninitializedParameter : public lemon::UninitializedParameter {
    1.15      public:
    1.16 -      virtual const char* exceptionName() const {
    1.17 +      virtual const char* what() const throw() {
    1.18  	return "lemon::MinCostMaxBipartiteMatching::UninitializedParameter";
    1.19        }
    1.20      };