Integers are allocated statically from a Pool, which will cause problems if they're ever deallocated (due to Guard overwriting previous/next integer.)
Added fix to genericise Pool, and also to properly wrap Integers which have been allocated by Pool.
The ability to do this arose from amphibian's insight - making dncount() virtual.
Log in to post a comment.
Added fix to genericise Pool, and also to properly wrap Integers which have been allocated by Pool.
The ability to do this arose from amphibian's insight - making dncount() virtual.