You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
In ExtensiveDataNode replace ExtensiveDataNode* parent with unique_ptr<ExtensiveDataNode, void (ExtensiveDataNode::*)(ExtensiveDataNode*)>
and prepare special deleter that will call delete only if parent->isNull().
The text was updated successfully, but these errors were encountered:
In ExtensiveDataNode replace
ExtensiveDataNode* parent
withunique_ptr<ExtensiveDataNode, void (ExtensiveDataNode::*)(ExtensiveDataNode*)>
and prepare special deleter that will call delete only if
parent->isNull()
.The text was updated successfully, but these errors were encountered: