We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d14b6 commit 8c3c140Copy full SHA for 8c3c140
include/geode/basic/assert.h
@@ -92,3 +92,6 @@ namespace geode
92
{ \
93
__VA_ARGS__ \
94
}
95
+
96
+#define OPENGEODE_REASEARCH( condition, ... ) \
97
+ OPENGEODE_EXCEPTION( condition, __VA_ARGS__ )
0 commit comments