Greetings<div><br></div><div>I have created a DList of class objects. Now I want to delete a particular object from the list. I do not see a straightforward way of doing that. The only way I found was to create a DList range, take out all other elements from the range using popFront and popBack and then apply remove(Range).</div>

<div><br></div><div>Am I missing something?</div><div><br></div><div>Regards</div><div>- Puneet</div>