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
This leads to the "in unevaluated context" error because lambdas are not allowed in unevaluated contexts.
This will actually work with C++20, but I don't know how to fix this for older versions. It would be great if we could at least generate a proxy type (dbg_macro::NoTypeAnnotation) if decltype(…) fails.
As you may know, some times dbg expression may be an proc of lamda showing as below
but compiler report an error
so I make a compromise to make compiler happy
Is there a solution to avoid the stack variable when DBG_MACRO_DISABLE is true
The text was updated successfully, but these errors were encountered: