Bug 87997 - Vector should have a move constructor and move assignment operator
Summary: Vector should have a move constructor and move assignment operator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 11:37 PDT by Anders Carlsson
Modified: 2012-05-31 12:12 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.33 KB, patch)
2012-05-31 11:39 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-05-31 11:37:46 PDT
Vector should have a move constructor and move assignment operator
Comment 1 Anders Carlsson 2012-05-31 11:39:28 PDT
Created attachment 145122 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-31 11:44:01 PDT
Attachment 145122 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Co..." exit_code: 1
Source/WTF/wtf/Vector.h:522:  Missing spaces around &&  [whitespace/operators] [3]
Source/WTF/wtf/Vector.h:523:  Missing spaces around &&  [whitespace/operators] [3]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2012-05-31 12:11:40 PDT
Comment on attachment 145122 [details]
Patch

Wild!
Comment 4 Anders Carlsson 2012-05-31 12:12:56 PDT
Committed r119132: <http://trac.webkit.org/changeset/119132>