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
Problem:
- Calling `CIB_FATAL` with stack variables fails because it uses a lambda to
scope its action, without capturing stack variables.
Solution:
- Use the arguments outside the lambda expression.
0 commit comments