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
Microsoft C++ supports __builtin_FUNCSIG() since the latest preview ( VS 2022 17.5 Preview 1).
It is similar to __builtin_FUNCTION() but returns the same string as __FUNCSIG__.
It would be great if clang-cl supports the intrinsic too.