- '.lgf' could be the standard 'lemon graph format' extension.
- heap_test is fixed in order that 'make discheck' work.
- heap_test now checks whether the input file exists.
4 #include <boost/shared_ptr.hpp>
8 class Ex : public exception {
10 typedef exception Parent;
16 // boost::shared_ptr<string> uz;
18 Ex(const Ex &e) : Parent(e), uz(e.uz) {}
21 Ex(const char *msg = 0) {
34 const char* what() const throw() {
40 virtual ~Ex() throw() {}
57 catch(exception const &e) {
58 cerr << "Hiba: " << e.what() << endl;
64 catch(exception const &e) {
65 cerr << "Hiba: " << e.what() << endl;