rizinorg / rz-libdemangle

Rizin Library to demangle symbols
7 stars 6 forks source link

add `std::regex` and `std::wregex` simplifications #55

Closed slippycheeze closed 1 year ago

slippycheeze commented 1 year ago

https://github.com/rizinorg/rz-libdemangle/blob/51d016750e704b27ab8ace23c0f72acabca67018/src/cxx.c#L53

the std::basic_regex type has the same char and wchar aliases that string and iostream-and-co have; consider adding them to your simplification list.