<div dir="ltr"><div><div>Hi all,<br><br></div>It's me again. :)<br></div><div>The task I want to perform is to iterate in the Pit in order to find some interesting entries and delete them.<br>I just discovered that the Pit iterators return const nfd::pit::Entry& but the function erase takes shared_ptr<pit::Entry> as parameter. I can't create the shared_ptr with make_shared because the class is protected by "noncopyable". So I can't delete the entries I want by iterating in the pit... <br></div><div>Is there any other way to do it?<br></div><div><br></div><div>Thanks in advance.<br></div><div>Best,<br></div><div>Natalya<br></div></div>