COIN-OR::LEMON - Graph Library

Changeset 2162:6831fa007688 in lemon-0.x


Ignore:
Timestamp:
07/24/06 11:51:28 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2877
Message:

make public what() in NodeSetError?

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/full_graph.h

    r2151 r2162  
    500500
    501501    class NodeSetError : public LogicError {
     502    public:
    502503      virtual const char* what() const throw() {
    503504        return "lemon::FullBpUGraph::NodeSetError";
  • lemon/smart_graph.h

    r2151 r2162  
    432432
    433433    class NodeSetError : public LogicError {
     434    public:
    434435      virtual const char* what() const throw() {
    435436        return "lemon::SmartBpUGraph::NodeSetError";
Note: See TracChangeset for help on using the changeset viewer.