Logged In: NO

In addition, the assertion in DInternalMap.CloneTo
assert(newContainer.usesPairs)
seems to be incorrect, as DInternalMap is a base class for
both DSet and DMap.

I would suggest changing it to
assert(newContainer.usesPairs=usesPairs)

stephan@stack.nospamplease.nl