Make persistent_ptr_base non-template class
persistent_ptr_base is changed to enable usage e.g. as a generic parameter for a function requiring any persistent_ptr. Non-template version of the base class is perfect for that. Rationale for this change is a defragmentation feature, which will operate on various persistent_ptr's.
parent
04d367f1
Please register or sign in to comment