RESOLVED FIXED 125976
DoublyLinkedLists can't be concatenated
https://bugs.webkit.org/show_bug.cgi?id=125976
Summary DoublyLinkedLists can't be concatenated
Mark Hahnenberg
Reported 2013-12-18 20:11:05 PST
It would be useful to be able to do so.
Attachments
Patch (1.74 KB, patch)
2013-12-18 20:57 PST, Mark Hahnenberg
fpizlo: review+
Mark Hahnenberg
Comment 1 2013-12-18 20:57:52 PST
Geoffrey Garen
Comment 2 2013-12-18 21:45:40 PST
Comment on attachment 219611 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=219611&action=review > Source/WTF/wtf/DoublyLinkedList.h:85 > + void concat(DoublyLinkedList<T>&); Maybe call this append? concat is less clear about where the elements go (head or tail).
Mark Hahnenberg
Comment 3 2014-01-06 09:37:34 PST
Note You need to log in before you can comment on or make changes to this bug.