mirror of
https://github.com/encounter/msvc-demangler-rust.git
synced 2026-07-10 12:18:38 -07:00
more operators
This commit is contained in:
@@ -550,6 +550,9 @@ impl<'a> ParserState<'a> {
|
||||
b'7' => "vftable",
|
||||
b'8' => "vbtable",
|
||||
b'9' => "vcall",
|
||||
b'A' => "typeof",
|
||||
b'D' => "vbase destructor",
|
||||
b'E' => "vector deleting destructor",
|
||||
b'F' => "ctor_DefaultClosure", // TODO
|
||||
b'O' => "ctor_CopyingClosure", // TODO
|
||||
b'U' => " new[]",
|
||||
|
||||
Reference in New Issue
Block a user