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
'U' is defined for vendor prefixes but the 'a' immediately after that is not compatible with the spec, as far as I can tell. It should be followed by a regular <source-name> production (i.e. the 9enable_if part).
This is supported in llvm, since a long time it seems:
https://github.com/llvm/llvm-project/blob/026bb84bcd42b875d77b769eb5ee4c19fc2a9719/llvm/include/llvm/Demangle/ItaniumDemangle.h#L5275-L5286
The text was updated successfully, but these errors were encountered: