Changeset 835 for trunk/testcase/throw.h
- Timestamp:
- Oct 24, 2003, 9:19:00 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/throw.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r834 r835 1 class expt 2 { 3 private: 4 int i; 5 const char *psz; 6 7 public: 8 expt(int i, const char *psz); 9 int get() const; 10 }; 11 1 12 class bar 2 13 { … … 6 17 bar() throw(int); 7 18 int get() const; 19 int getThrow() const throw(expt); 8 20 }; 9 21 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.