Error/Assert wrapper types #2173
Unanswered
GiuseppeIII
asked this question in
Q&A
Replies: 1 comment
-
(Right now, I am just replacing the current error and assert implementations with my own, which makes everything work correctly) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I have a error and assert wrapper functions which wrap the standard error and assert functions to provide some additional logging. However, there is an issue where error and assert functions can be used to 'filter' types but the wrapper functions can not be. Ex:
Ex:
Is there anyway to get similar 'in-place' type filtering behavior with custom functions currently?
Beta Was this translation helpful? Give feedback.
All reactions