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
Which unmangles to identity(Tuple<Int64*>, Int64*).
The correct mangled name would have been _Z8identity5TupleIP5Int64ES2_ (identity(Tuple<Int64*>, Tuple<Int64*>)).
Note that it differs only in the S1_/S2_ part.
The text was updated successfully, but these errors were encountered:
The current mangling scheme handles some substitutions incorrectly:
Which unmangles to
identity(Tuple<Int64*>, Int64*)
.The correct mangled name would have been
_Z8identity5TupleIP5Int64ES2_
(identity(Tuple<Int64*>, Tuple<Int64*>)
).Note that it differs only in the
S1_
/S2_
part.The text was updated successfully, but these errors were encountered: