Skip to content

Commit 51dee23

Browse files
committed
Parse structured binding
1 parent cd274bc commit 51dee23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msvc-demangler.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ export class Demangler {
706706
'7': () => ({ kind: 'special', ...this.parse_modifiers(), ...this.parse_vtable_base() }),
707707
'8': () => ({ kind: 'special' }),
708708
'9': () => ({ kind: 'function' }),
709+
';': () => ({ kind: 'structured binding', ...this.parse_type(), varqual: this.parse_modifiers() }),
709710
'_': todo,
710711
'$': () => this.parse("entity info", '$')({
711712
'A': todo,

0 commit comments

Comments
 (0)