Commit 24de7821 authored by Łukasz Stolarczuk's avatar Łukasz Stolarczuk
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment