Closed GoogleCodeExporter closed 9 years ago
Well,
I think the problem comes from:
Node* Node::NodeFactory( .. ) which is called in the FirstChild method.
It instanciates a new temp Node*.
So definitively, Child.begin() can not return the same Element pointer.
IMHO, the iterator comparison operator should compare the m_tiXmlPointer member
value?
Thank you
Original comment by pierre.a...@gmail.com
on 22 Feb 2008 at 12:06
rjmyst3,
What are your thoughts on the change suggested here? It seems like this is an
appropriate change. If so I can make this change.
Original comment by rpusz...@gmail.com
on 26 Jun 2008 at 3:42
It sounds like the right fix to me. Make sure that a comparison to
Iterator<>.end()
still works properly.
Original comment by rjmy...@gmail.com
on 26 Jun 2008 at 11:16
svn r96
Original comment by rjmy...@gmail.com
on 18 Jul 2008 at 1:38
Original issue reported on code.google.com by
pierre.a...@gmail.com
on 22 Feb 2008 at 11:29