Usermode/libc++ - Many fixes and cleanups
[tpg/acess2.git] / Usermode / Libraries / libc++.so_src / include_exp / list
index 181f0e4..3bc614e 100644 (file)
@@ -250,7 +250,7 @@ private:
                        position.m_cur->prev->next = newi;
                        position.m_cur->prev = newi;
                }
-               return ++position;
+               return ++iterator(*this, newi);
        }
 };
 

UCC git Repository :: git.ucc.asn.au