WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Hahnenberg
Comment 1
2013-12-18 20:57:52 PST
Created
attachment 219611
[details]
Patch
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
Committed
r161349
: <
http://trac.webkit.org/changeset/161349
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug