<div dir="ltr">Yes, splice() removes elements from the original list.<div><br></div><div><a href="http://www.cplusplus.com/reference/list/list/splice/" target="_blank">http://www.cplusplus.com/reference/list/list/splice/</a></div><div><br></div><div>It actually simply destroys the head of the original list. The content of the original list remains there as a part of the new list.</div><div><br></div><div>Many thanks</div><div>Tamim</div><div><br></div><div><br></div><div><br></div><div><br></div></div>