mstange / msvc-demangler-rust

A rust library that demangles / undecorates C++ symbols mangled by MSVC
Other
42 stars 13 forks source link

handle member function pointers in more contexts #32

Closed froydnj closed 6 years ago

froydnj commented 6 years ago

Really non-this member function pointers, IIUC.

froydnj commented 6 years ago

Wasn't so much a problem with context, as it was forgetting about fallthrough cases. All fixed up now.