Changeset 49b3389 for doc/theses/andrew_beach_MMath
- Timestamp:
- Sep 5, 2021, 9:47:52 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 812ba3d
- Parents:
- 18783b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/code/throw-empty.cpp
r18783b4 r49b3389 1 1 // Throw Across Empty Function 2 2 #include <chrono> 3 #include <cstdio> 3 4 #include <cstdlib> 4 5 #include <exception> … … 14 15 if (frames) { 15 16 unwind_empty(frames - 1); 17 if (-1 == frames) printf("~"); 16 18 } else { 17 19 throw (EmptyException){};
Note: See TracChangeset
for help on using the changeset viewer.