mstange / msvc-demangler-rust

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

Fix invalid const qualifier binding #48

Closed mitsuhiko closed 5 years ago

mitsuhiko commented 5 years ago

Fixes #47 and also a member function pointer case that I found in the process.