Closed
Bug 893281
Opened 12 years ago
Closed 12 years ago
JS::Vector<T> shouldn't require T to have a no-args constructor if we call growByUninitialized()
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: justin.lebar+bug, Unassigned)
Details
Attachments
(1 file)
2.74 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Patch in a moment.
Reporter | ||
Comment 1•12 years ago
|
||
Attachment #775019 -
Flags: review?(luke)
Reporter | ||
Updated•12 years ago
|
Summary: JS::Vector shouldn't require an object to have a no-args constructor if you use growByUninitialized() → JS::Vector<T> shouldn't require T to have a no-args constructor if we call growByUninitialized()
![]() |
||
Comment 2•12 years ago
|
||
Comment on attachment 775019 [details] [diff] [review]
Patch, v1
Nice!
Attachment #775019 -
Flags: review?(luke) → review+
Reporter | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•