COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
07/18/06 15:29:59 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2865
Message:

exceptionName() has been thrown away

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/min_cost_arborescence.h

    r2111 r2151  
    139139    class UninitializedParameter : public lemon::UninitializedParameter {
    140140    public:
    141       virtual const char* exceptionName() const {
     141      virtual const char* what() const throw() {
    142142        return "lemon::MinCostArborescence::UninitializedParameter";
    143143      }
Note: See TracChangeset for help on using the changeset viewer.