Actions
Bug #86
closedValgrind reports mismatched delete in exception classes.
Description
Since all exception local member Private::*func is const and only read throughout lifetime of an instance copying and subsequently deleting or free()'ing the string is unnecessary.
This is only an implementation issue and does not change API or ABI, so can be solved in the next bugfix release.
Actions