Closed Bug 1470067 Opened 6 years ago Closed 6 years ago

Remove PtrVector

Categories

(Core :: WebRTC, enhancement, P3)

60 Branch
enhancement

Tracking

()

RESOLVED FIXED
mozilla65
Tracking Status
firefox65 --- fixed

People

(Reporter: bwc, Assigned: bwc)

Details

Attachments

(1 file)

All our builds have an stl that supports move semantics now!

https://treeherder.mozilla.org/#/jobs?repo=try&revision=784e8f65996c43df37725a009545288cb0c2f759

We should be able to remove PtrVector<>, and instead use std::vector<UniquePtr<>> (or some other stl container).

Hooray!
Assignee: nobody → docfaraday
use of nsTArray<UniquePtr<>> has always been possible AFAIK (ever since we allowed C++11)
Rank: 25
Priority: -- → P3
https://hg.mozilla.org/mozilla-central/rev/a50c0cb46a45
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: