Changeset 2799 in Sophya for trunk/Eval
- Timestamp:
- Jun 4, 2005, 12:06:40 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Eval/Speed/matrix.cc
r1572 r2799 9 9 #endif 10 10 11 class MyException : public exception 11 using namespace std; 12 13 // class MyException : public exception 14 class MyException 12 15 { 13 16 public: 14 17 MyException(const char * msg) { _msg = msg; } 15 //~MyException() { }18 // virtual ~MyException() { } 16 19 string Msg() { return(_msg); } 17 20 private:
Note:
See TracChangeset
for help on using the changeset viewer.