Changeset 2597 in Sophya
- Timestamp:
- Aug 9, 2004, 11:52:32 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tcmd.cc
r2592 r2597 87 87 << " - Msg= " << exc.Msg() << endl; 88 88 } 89 catch ( exception & e) {89 catch (std::exception & e) { 90 90 cerr << " exception catched : e.what()= " << e.what() << endl; 91 91 }
Note:
See TracChangeset
for help on using the changeset viewer.