Changeset 2799 in Sophya for trunk/Eval/Speed


Ignore:
Timestamp:
Jun 4, 2005, 12:06:40 AM (20 years ago)
Author:
ansari
Message:

Compil sur PBG4 avec gcc3.3 - Reza 3 Juin 2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/Speed/matrix.cc

    r1572 r2799  
    99#endif
    1010
    11 class MyException : public exception
     11using namespace std;
     12
     13// class MyException : public exception
     14class MyException
    1215{
    1316public:
    1417  MyException(const char * msg) { _msg = msg; }
    15 // ~MyException() { }
     18  // virtual ~MyException() { }
    1619  string Msg() { return(_msg); }
    1720private:
Note: See TracChangeset for help on using the changeset viewer.