Changeset e19fadd
- Timestamp:
- Jul 16, 2021, 10:50:47 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0640189e, d2278e9
- Parents:
- 63e3ed8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/code/cond-catch.cpp
r63e3ed8 re19fadd 19 19 throw_exception(); 20 20 } catch (EmptyException & exc) { 21 if ( should_catch) {21 if (!should_catch) { 22 22 throw; 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.