Tobias S. Josefowitz wrote:
PIKE_T_FREE is only acceptable in a limited amount of places, and inside mappings is not one of them.
I do not insert it into a mapping, the size-calculation code tries to just below this code fragment.
In particular, as far as I understand, PIKE_T_FREEs should never be user-reachable.
If one would insert an object into a multiset, and the object then gets destructed; what happens to the references from within the multiset to the object?