- File:
-
- 1 edited
-
tests/exceptions/data-except.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/data-except.cfa
r0e7e3c17 re68d092 12 12 this.first = first; 13 13 this.second = second; 14 } 15 16 void copy(paired * this, paired * other) { 17 *this = *other; 14 18 } 15 19
Note:
See TracChangeset
for help on using the changeset viewer.