COIN-OR::LEMON - Graph Library

Changeset 2151:38ec4a930c05 in lemon-0.x for lemon/edge_set.h


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/edge_set.h

    r2116 r2151  
    587587    class UnsupportedOperation : public LogicError {
    588588    public:
    589       virtual const char* exceptionName() const {
     589      virtual const char* what() const throw() {
    590590        return "lemon::SmartEdgeSet::UnsupportedOperation";
    591591      }
     
    684684    class UnsupportedOperation : public LogicError {
    685685    public:
    686       virtual const char* exceptionName() const {
     686      virtual const char* what() const throw() {
    687687        return "lemon::SmartUEdgeSet::UnsupportedOperation";
    688688      }
Note: See TracChangeset for help on using the changeset viewer.