Skip to content
Snippets Groups Projects
Commit 5e5a4074 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added option to use throwing assert or real assert

parent 83ff868c
No related branches found
No related tags found
No related merge requests found
Pipeline #4783 failed
......@@ -8,3 +8,4 @@
#include <assert.h>
#define throw_assert(a) { assert(a); }
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment