Skip to content

Commit 8c3c140

Browse files
committed
fix(Exception): new research exception
1 parent 89d14b6 commit 8c3c140

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/geode/basic/assert.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,6 @@ namespace geode
9292
{ \
9393
__VA_ARGS__ \
9494
}
95+
96+
#define OPENGEODE_REASEARCH( condition, ... ) \
97+
OPENGEODE_EXCEPTION( condition, __VA_ARGS__ )

0 commit comments

Comments
 (0)