RESOLVED FIXED 7345
add insert and remove functions to KXMLCore::Vector
https://bugs.webkit.org/show_bug.cgi?id=7345
Summary add insert and remove functions to KXMLCore::Vector
Darin Adler
Reported 2006-02-18 14:46:30 PST
I came across yet another place where I needed insert and remove in a vector, so I wrote them as discussed with Maciej previously.
Attachments
implementation of insert and remove (4.53 KB, patch)
2006-02-18 14:48 PST, Darin Adler
mjs: review+
Darin Adler
Comment 1 2006-02-18 14:48:21 PST
Created attachment 6591 [details] implementation of insert and remove
Maciej Stachowiak
Comment 2 2006-02-18 15:02:58 PST
Comment on attachment 6591 [details] implementation of insert and remove The ASSERT in remove() should be <, not <=. Other than that, r=me.
Note You need to log in before you can comment on or make changes to this bug.