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:
- It's useful to assign the result of `ct_check::emit` to a declared variable in
cases where we aren't inside a function. For example, a fallback instantiation
of a class template that wants to emit an error can declare a member variable.
Solution:
- Return a value from `ct_check::emit`.
0 commit comments