Skip to content

Version 1.4.1

Compare
Choose a tag to compare
@DanielT DanielT released this 27 Dec 09:14
· 88 commits to master since this release

Version 1.4.1 contains one bug fix compared to 1.4.0:

C++ Symbol demangling was incorrectly applied to both variable names and names of struct members.
A trivial example is that "c" can be demangled to "const", so "somestruct.c" would be demangled to "somestruct.const" and then updating / inserting would fail.
The handling of name demangling has been changed completely and should make much more sense now.