You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@timcanham I think option 2 is best. It does leave extra code around when not using asserts, but it limits a very suspect use of conditional compilation. If you agree, please let me know.
Problem Description
Turning off asserts by setting assert level to FW_NO_ASSERT causes compilation issues with all the classes subclassing AssertHook.
We have 2 options:
The text was updated successfully, but these errors were encountered: